24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Make KEEPALIVE_QUERY list as this is what sql_query/3 expects

This commit is contained in:
Paweł Chmielowski 2015-10-15 10:07:06 +02:00
parent 4fce1a17d7
commit 7d99484859

View File

@ -90,7 +90,7 @@
-define(KEEPALIVE_TIMEOUT, 60000).
-define(KEEPALIVE_QUERY, <<"SELECT 1;">>).
-define(KEEPALIVE_QUERY, [<<"SELECT 1;">>]).
%%-define(DBGFSM, true).