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:
authorSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-02 17:54:33 +0300
committerSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-02 17:54:33 +0300
commit05985660db66755c35dd72425266c9cb059c0eba (patch)
tree241f0bf83a8e72416e6d7db2ee18ae6be0485c22 /include/db.h
parenta7748fb3338d5e14cc0a09a5b5a9cbac6c2aaedf (diff)
.......PS. [ZBX-18944] Upped field limits
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 8246dd7439f..44a68f34429 100644
--- a/include/db.h
+++ b/include/db.h
@@ -78,7 +78,7 @@ struct _DC_TRIGGER;
#define TRIGGER_OPDATA_LEN 255
#define TRIGGER_URL_LEN 255
-#define TRIGGER_DESCRIPTION_LEN 255
+#define TRIGGER_DESCRIPTION_LEN 2048
#define TRIGGER_EXPRESSION_LEN 2048
#define TRIGGER_EXPRESSION_LEN_MAX (TRIGGER_EXPRESSION_LEN + 1)
#if defined(HAVE_ORACLE)
@@ -205,7 +205,7 @@ struct _DC_TRIGGER;
#define PROXY_DHISTORY_VALUE_LEN 255
-#define ITEM_PREPROC_PARAMS_LEN 255
+#define ITEM_PREPROC_PARAMS_LEN 65535
#define EVENT_NAME_LEN 2048