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

index 182fbfb22a98736382d370df10545cf73d3d388b..602509ad63abf01972e4a7a862c7b9b999e7d735 100644 (file)
@@ -27,5 +27,5 @@ define('MODULE_MASTER_PASSWORD', 0);
 define('TIMEZONE', 'Europe/Berlin');
 
 define('ENABLE_DEBUG_MODE', 1);
-define('ENABLE_BENCHMARK', 1);
+define('ENABLE_BENCHMARK', 0);
 define('MODULE_API_ACCESS', 0);