From dca43aca28da69b8eb20e38045205f5d1e6fdf06 Mon Sep 17 00:00:00 2001 From: 45kb Date: Mon, 9 Jan 2017 22:08:17 +0100 Subject: [PATCH] timeout --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index f4adde1..4e56632 100644 --- a/config/config.json +++ b/config/config.json @@ -1,6 +1,6 @@ { "wsUrl": "http://yogurl.io/up", - "timebetweenWsCalls": "1000", + "timebetweenWsCalls": "200", "fileKbSizeLimit": 150000, "linkUri": "http://yogurl.io/f/", "acceptedFileExts": ["js", "css", "map", "json", "scss"]