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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-03-23 11:47:06 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-03-23 11:47:06 +0300
commit1bf4f2384695a696151abd89ecd13c9d5bf2dc68 (patch)
tree6c7c951329a634eae0e155cf881f377c6a7f2edf /include/db.h
parent39e19e226672d38c36c9a0b20d0b5e33ec194382 (diff)
A.F.....S. [ZBX-20650] fixed performance issue with importing templates and hosts
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index e2d8da15a87..89f309db40a 100644
--- a/include/db.h
+++ b/include/db.h
@@ -74,7 +74,7 @@ zbx_graph_item_type;
#define TRIGGER_OPDATA_LEN 255
#define TRIGGER_URL_LEN 255
-#define TRIGGER_DESCRIPTION_LEN 2048
+#define TRIGGER_DESCRIPTION_LEN 255
#define TRIGGER_EXPRESSION_LEN 2048
#define TRIGGER_EXPRESSION_LEN_MAX (TRIGGER_EXPRESSION_LEN + 1)
#if defined(HAVE_ORACLE)