steemit / faucet

Steemit Account Creation Web Application
MIT License
23 stars 43 forks source link

add rate limit of twilio support #593

Open ety001 opened 5 months ago

ety001 commented 5 months ago
TWILIO_RATE_LIMIT_SID=RKxxx
TWILIO_RATE_LIMIT_BUCKET_SID=BLxxx
TWILIO_RATE_LIMIT_BUCKET_MAX=4
TWILIO_RATE_LIMIT_BUCKET_INTERVAL=60

Add new environment variables.

The unit of TWILIO_RATE_LIMIT_BUCKET_INTERVAL is second. The max value is 86400.