Skip to content

Commit

Permalink
Changed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Dec 11, 2018
1 parent db161b8 commit 933cbbb
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 933cbbb

Please sign in to comment.