mrjackwills / adsbdb

public api for aircraft, airlines, & flightroutes
https://adsbdb.com
MIT License
111 stars 6 forks source link

[NEW FEATURE] put rate limits in app_env #29

Closed mrjackwills closed 3 months ago

mrjackwills commented 12 months ago

Is your feature request related to a problem? Please describe. Upper and lower rate limits are currently hard-coded into the source code, making changing them require a re-compile/re-build.

Describe the solution you'd like Put the rate limits into the .env, so that restarting the container will use the new rate limits, without a rebuild/re-release