🎨 Keep debug on as default behavior

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>

git-svn-id: file:///srv/svn/repo/yukari/trunk@100 f3bd38d9-da89-464d-a02a-eb04e43141b5
This commit is contained in:
mathieu.brunot 2019-10-16 09:35:32 +00:00
parent aefdf0f8a8
commit 69ab4a55b6

View File

@ -36,7 +36,7 @@ const (
const VERSION = "v0.2.0"
var DEBUG = os.Getenv("DEBUG") == "true"
var DEBUG = os.Getenv("DEBUG") != "false"
var CLIENT *fasthttp.Client = &fasthttp.Client{
MaxResponseBodySize: 10 * 1024 * 1024, // 10M