mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Make KEEPALIVE_QUERY list as this is what sql_query/3 expects
This commit is contained in:
parent
4fce1a17d7
commit
7d99484859
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
-define(KEEPALIVE_TIMEOUT, 60000).
|
||||
|
||||
-define(KEEPALIVE_QUERY, <<"SELECT 1;">>).
|
||||
-define(KEEPALIVE_QUERY, [<<"SELECT 1;">>]).
|
||||
|
||||
%%-define(DBGFSM, true).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue