Simplyfied and updated the lock manager app

This commit is contained in:
Roberto Rosario
2011-11-22 15:03:06 -04:00
parent 7e4110450b
commit 8a70e325c1
5 changed files with 44 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
from django.conf import settings
DEFAULT_LOCK_TIMEOUT_VALUE = 10
DEFAULT_LOCK_TIMEOUT_VALUE = 30
DEFAULT_LOCK_TIMEOUT = getattr(settings, 'LOCK_MANAGER_DEFAULT_LOCK_TIMEOUT', DEFAULT_LOCK_TIMEOUT_VALUE)