1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-28 15:10:27 +08:00

optimize: keep timer on send_all

This commit is contained in:
源文雨
2023-12-01 11:11:27 +09:00
parent 0f1cb8e971
commit e4ef224123
2 changed files with 10 additions and 5 deletions

View File

@@ -13,4 +13,8 @@ struct const_config_t {
};
typedef struct const_config_t const_config_t;
#define TCPOOL_THREAD_TIMER_T_SZ 65536
#define TCPOOL_MAXWAITSEC 16
#endif