From 9b49137ac5f0b02500bb00c952d1cff847a1ea55 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Thu, 16 Apr 2020 09:15:38 +0200 Subject: [PATCH] add G_profile to config template --- web/Obj/brisk.conf-templ.pho | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index b4c7829..f2486fd 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -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(); -- 2.17.1