Skip to content

Commit 7b6eccb

Browse files
committed
3.0.21 版本发布
1 parent 7834cfb commit 7b6eccb

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/master_dispatch/server/master_dispatch.cf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ service master_dispatch {
9595
############################################################################
9696
# Ӧ���Լ�������ѡ��
9797

98-
# ÿ���ͻ������ӵĿ���ʱ��.
99-
# client_idle_limit = 60
100-
# �Ƿ������ǰ���ڴ�״̬��Ϣ
101-
# debug_mem = 1
102-
# �Ƿ��ͻ�ӭ��Ϣ
103-
# send_banner = 0
98+
# ����ӽ������Ӵ˷����ַ��ÿͻ������Ӿ��, �õ�ַΪ master_service �е�һ�����׽ӿ�
99+
backend_service = dispatch.sock
100+
# �ö�ʱ����������δ�������Ŀͻ�������(��)
101+
manager_timer = 1
102+
# �ͻ�������δ������ӽ��̽��յij�ʱʱ��(��)
103+
conn_expired = 10
104104
}

changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
�޸���ʷ�б���
22
------------------------------------------------------------------------
3+
75) 2014.10.30 --- acl 3.0.21 �汾������
34
74) 2014.9.21
45
74.1) compile: app/net_tools ����ʹ�� VC2008, VC2010, VC2012 ����ͨ��
56

lib_acl_cpp/include/acl_cpp/db/query.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace acl
1010
* SQL 查询语句查询器,该类会自动对 sql 中的一些特殊字符进行转义,使用方式类似于
1111
* java hibernate 的 SQL 语句构建方式
1212
*/
13-
class query
13+
class ACL_CPP_API query
1414
{
1515
public:
1616
query();

0 commit comments

Comments
 (0)