mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Make KEEPALIVE_QUERY list as this is what sql_query/3 expects
This commit is contained in:
parent
4fce1a17d7
commit
7d99484859
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
-define(KEEPALIVE_TIMEOUT, 60000).
|
-define(KEEPALIVE_TIMEOUT, 60000).
|
||||||
|
|
||||||
-define(KEEPALIVE_QUERY, <<"SELECT 1;">>).
|
-define(KEEPALIVE_QUERY, [<<"SELECT 1;">>]).
|
||||||
|
|
||||||
%%-define(DBGFSM, true).
|
%%-define(DBGFSM, true).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user