Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-11-10 10:37:27 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-11-10 10:37:27 +0300
commit4f992b6647223d995094069f306fd5d0c9355e90 (patch)
tree29794fe4f1c6cefa98a703fc3d22b13a1b56213c /include/cfg.h
parent5aa215c75a4915c8c7faf0d889de03f5e10f49f1 (diff)
........S. [ZBX-12936] improved SQL performance by updating proxy last access in bulks
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index 26c35fa03f2..826da674f7a 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -37,6 +37,7 @@
#define ZBX_CFG_STRICT 1
#define ZBX_PROXY_HEARTBEAT_FREQUENCY_MAX SEC_PER_HOUR
+#define ZBX_PROXY_LASTACCESS_UPDATE_FREQUENCY 5
extern char *CONFIG_FILE;
extern char *CONFIG_LOG_TYPE_STR;