mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-12-02 20:08:24 +08:00
change sql-log-idletime's default value
This commit is contained in:
parent
69c249d592
commit
8aa8c14f57
@ -11,7 +11,7 @@
|
||||
#define SQL_LOG_DEF_FILE_NAME "cetus_sql"
|
||||
#define SQL_LOG_DEF_SUFFIX "sql"
|
||||
#define SQL_LOG_DEF_PATH "/var/log/"
|
||||
#define SQL_LOG_DEF_IDLETIME 500
|
||||
#define SQL_LOG_DEF_IDLETIME 10000
|
||||
#define MEGABYTES 1024*1024
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
Loading…
Reference in New Issue
Block a user