add G_profile to config template
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Thu, 16 Apr 2020 07:15:38 +0000 (09:15 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Thu, 16 Apr 2020 07:15:38 +0000 (09:15 +0200)
web/Obj/brisk.conf-templ.pho

index b4c7829..f2486fd 100644 (file)
@@ -37,6 +37,9 @@ $G_crypt_key = "cryptkey";
 
 $G_shutdown = FALSE;
 
+// Enable basic profiling
+$G_profile = FALSE;
+
 // list of allowed proxies IP address (strings)
 $G_proxy_white_list = array();