From 3962d6e472022a4456cf19f4b9484915d6bb3db4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 23 Jan 2016 18:33:21 +0800 Subject: [PATCH] close polling --- nico.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nico.js b/nico.js index 4d523e84c4..1794d3cfa5 100644 --- a/nico.js +++ b/nico.js @@ -97,7 +97,7 @@ exports.middlewares = [ lazy: false, watchOptions: { aggregateTimeout: 300, - poll: true + poll: false }, noInfo: true });