Skip to content

Commit

Permalink
Changed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Dec 5, 2018
1 parent d4ace75 commit f3f1bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/git/management/commands/update_git_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from cvat.apps.git.git import update_states
import time

INTERVAL_SEC = 10
INTERVAL_SEC = 600

class Command(BaseCommand):
help = 'Run a regular updating for git status'
Expand Down

0 comments on commit f3f1bc8

Please sign in to comment.