bluesky-social / indigo

Go source code for Bluesky's atproto services.
https://atproto.com/docs
Apache License 2.0
600 stars 88 forks source link

initial value of perDayLimit (0) causes failures on lots of features. #684

Open itaru2622 opened 2 weeks ago

itaru2622 commented 2 weeks ago

related https://github.com/bluesky-social/atproto/discussions/2454

initial value of perDayLimit causes failures on lot of features. its value is required to change via REST API. It should have the option or environment variable to set initial perDayLimit value to reduce operations and troubles.