Disabling benchmark during setup
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2012 14:17:12 +0000 (15:17 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2012 14:17:12 +0000 (15:17 +0100)
wcfsetup/install/files/lib/system/WCFSetup.class.php

index b66bbbbb9063cc6226a188ce668944d2e69b66e2..7aa9582adb0e78ff5fba9a4a1db62a6dd4f869d4 100644 (file)
@@ -33,7 +33,7 @@ define('HTTP_GZIP_LEVEL', 0);
 define('CACHE_SOURCE_TYPE', 'disk');
 define('MODULE_MASTER_PASSWORD', 1);
 define('ENABLE_DEBUG_MODE', 1);
-define('ENABLE_BENCHMARK', 1);
+define('ENABLE_BENCHMARK', 0);
 
 /**
  * WCFSetup executes the installation of the basic wcf systems.