Merge pull request #23027 from taosdata/fix/TD-26434-main

fix/TD-26434
This commit is contained in:
wade zhang 2023-09-25 14:07:05 +08:00 committed by GitHub
commit 89da053bdb
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 64000
#define AUDIT_DETAIL_MAX 65536
typedef struct {
const char *server;