diff options
| author | Vainsocial root <root@vainsocial> | 2017-03-10 18:13:56 +0000 |
|---|---|---|
| committer | Vainsocial root <root@vainsocial> | 2017-03-10 18:13:56 +0000 |
| commit | c112eca04a3d46bf9983e6a7a5ab921032949587 (patch) | |
| tree | 513f606766e444fb3d1508aa6b7eac5bfed9bde0 | |
| parent | fc95cc9119533bf54502cc913e6d29f5f6314420 (diff) | |
| download | meta-c112eca04a3d46bf9983e6a7a5ab921032949587.tar.gz meta-c112eca04a3d46bf9983e6a7a5ab921032949587.zip | |
preloader: sleep 1s to avoid rate limits
| -rw-r--r-- | supervisord.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisord.conf b/supervisord.conf index 9b07a4c..c770de2 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -22,6 +22,7 @@ redirect_stderr=true stdout_logfile=/vainsocial/logs/preloader.log environment= VAINSOCIAL_APITOKEN=, + VAINSOCIAL_SPIDERTHROTTLE=1, POSTGRESQL_HOST=, POSTGRESQL_PORT=5433, POSTGRESQL_DB=vain_raw, |
