mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-30 18:49:39 +02:00
- Introduced NoopApiRateLimiter to effectively disable API rate limiting for self-hosted mode. - Updated ApiRateLimiter to delegate to NoopApiRateLimiter when running self-hosted. - Increased Rack::Attack throttle limits significantly for self-hosted deployments. - Added tests for NoopApiRateLimiter to ensure correct behavior. - This allows self-hosted users to make more API requests without restriction, while keeping stricter limits for SaaS deployments. |
||
---|---|---|
.. | ||
accounts_controller.rb | ||
auth_controller.rb | ||
base_controller.rb | ||
chats_controller.rb | ||
messages_controller.rb | ||
test_controller.rb | ||
transactions_controller.rb | ||
usage_controller.rb |