changeset 74:02de5197a232

Up default attendee soft limit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 15:02:00 +0300
parents c70c2650f790
children 699f6db022d9
files createdb.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Thu Oct 17 15:01:48 2013 +0300
+++ b/createdb.php	Thu Oct 17 15:02:00 2013 +0300
@@ -44,7 +44,7 @@
 
 // The defaults we put in
 $siteDefaults = array(
-  "maxAttendees"     => array(VT_INT, 30, "Maximum attendees (soft limit)"),
+  "maxAttendees"     => array(VT_INT, 60, "Maximum attendees (soft limit)"),
 
   "userTimeout"      => array(VT_INT, 120, "User pages (voting, entry submission) timeout in minutes"),
   "admTimeout"       => array(VT_INT, 15, "Administration interface timeout in minutes"),