diff options
Diffstat (limited to 'main.go')
| -rwxr-xr-x | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ func main() { app.ExecuteConfig() static.CopyTemplatesToMemory() + // Rate/concurrency-limit + time-out outbound DeviantArt requests so bot floods + // can't exhaust the process or get our egress IP banned by CloudFront/WAF. + app.InstallDAThrottle() + go func() { for { err := devianter.UpdateCSRF() |
