Skip to content

Commit 8ad55f9

Browse files
Merge pull request #9636 from hggq/master
[Paozhu] update ORM
2 parents c1047ad + 5930645 commit 8ad55f9

File tree

5 files changed

+804
-208
lines changed

5 files changed

+804
-208
lines changed

frameworks/C++/paozhu/paozhu_benchmark/common/cost_define.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
#define CONST_HTTP_BODY_POST_SIZE 33554432
1010
#define CONST_HTTP_JSON_POST_SIZE 2097152
1111

12+
#define CONST_ORM_CLEAR_TIME 7200
13+
#define CONST_ORM_CLEAR_NUMBER 1024
14+
#define CONST_ORM_QUERY_CONNECT_TIMEOUT 30
15+
1216
#endif

0 commit comments

Comments
 (0)