Merge pull request #23054 from taosdata/fix/TD-26434

detail length
This commit is contained in:
wade zhang 2023-09-26 11:30:35 +08:00 committed by GitHub
commit 4422f5afe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
extern "C" {
#endif
#define AUDIT_DETAIL_MAX 65536
#define AUDIT_DETAIL_MAX 65472
typedef struct {
const char *server;