aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.php')
-rw-r--r--web/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/config.php b/web/config.php
index 30d6aa4..c31e60b 100644
--- a/web/config.php
+++ b/web/config.php
@@ -6,6 +6,9 @@
// Path to the zonetab file
define("ZONETAB", "/usr/share/zoneinfo/zone.tab");
+ // Should we allow multiple simultaneous builds for a user?
+ define("SIMULTANEOUS_BUILDS", false);
+
// What should we limit the virtual machine disk size to?
define("MAX_DISK_SIZE", 16384);