Skip to content

Fix length of bridge bytes and rdsys request interval

onyinyang requested to merge onyinyang/lox:deploy-fix into main

The size of BRIDGEBYTES set in the lox-library was smaller than the space required for an actual bridge. This value has been increased to 250 bytes from 200 to account for this. The interval that the lox-distributor uses to request resources from rdsys was also increased from 5s to 120s

Merge request reports