# HG changeset patch # User Matti Hamalainen # Date 1382011320 -10800 # Node ID 02de5197a232ca0ef30b7a45b7a3d1f0a1f23eef # Parent c70c2650f790b7fab84fcc257c7a4fedc3ec6d1f Up default attendee soft limit. diff -r c70c2650f790 -r 02de5197a232 createdb.php --- 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"),