diff web/config.py @ 486:bb713e6d0e48

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Feb 2014 08:00:10 +0800
parents d68af9e84485
children 101c66da848d
line wrap: on
line diff
--- a/web/config.py	Fri Feb 07 08:00:03 2014 +0800
+++ b/web/config.py	Fri Feb 07 08:00:10 2014 +0800
@@ -44,6 +44,9 @@
 # determine by zooming in an image viewer
 GRAPH_LEFT_MARGIN = 63
 
+# 1 hour
+CSRF_TIMEOUT = 3600
+
 try:
     from localconfig import *
 except ImportError: