Skip to content

Commit

Permalink
[backend] trivial: Increased polling interval of repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
holandes22 committed Apr 5, 2015
1 parent 7225b6b commit 566794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rafee/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Rafee specific
RAFEE_REPO_DIR = '/var/www/rafee/repos'
RAFEE_REPO_POLLING_INTERVAL = os.environ.get('RAFEE_REPO_POLLING_INTERVAL', 45)
RAFEE_REPO_POLLING_INTERVAL = os.environ.get('RAFEE_REPO_POLLING_INTERVAL', 60)

# Celery
BROKER_URL = 'redis://localhost:6379/0'
Expand Down

0 comments on commit 566794f

Please sign in to comment.