diff web/config.py @ 485:d68af9e84485

working
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Feb 2014 22:45:16 +0800
parents c3926e7cfb0c
children 101c66da848d
line wrap: on
line diff
--- a/web/config.py	Thu Feb 06 20:35:43 2014 +0800
+++ b/web/config.py	Thu Feb 06 22:45:16 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: