From 7797de85b457cf6f724748804a3801f6b5c5a68a Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 31 Aug 2015 16:36:57 +0800 Subject: [PATCH] bugfix: See PR #332 --- service/sharedatad.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/service/sharedatad.lua b/service/sharedatad.lua index a7e8d427..363f59ef 100644 --- a/service/sharedatad.lua +++ b/service/sharedatad.lua @@ -123,6 +123,7 @@ function CMD.monitor(name, obj) if n > pool_count[name].threshold then n = n - check_watch(v.watch) pool_count[name].threshold = n * 2 + pool_count[name].n = n end table.insert(v.watch, skynet.response())