Browse Source
- Remove debug 100 iteration limit from GetSerialsByRange The limit was a debug safety check that should have been removed. This was capping all range queries to 100 results, causing negentropy sync to only see 100 events instead of all events. - Fix ACL service startup to listen immediately before Configure The ACL server now starts the gRPC listener immediately after database ready, then runs Configure in the background. This prevents the launcher from timing out while waiting for ACL to load follow lists. - Add SetReady method to ACL service for proper ready signaling Files modified: - pkg/database/get-serials-by-range.go: Remove debug iteration limit - cmd/orly-acl/main.go: Start gRPC server before Configure - cmd/orly-acl/service.go: Add ready field and SetReady method - pkg/version/version: Bump to v0.55.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>main
4 changed files with 77 additions and 83 deletions
Loading…
Reference in new issue