Commit 8065d2ea authored by God Ly's avatar God Ly Committed by it2000

OF-268 HSQLDB: fix for write delay 20s->1s

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11742 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0769adc3
......@@ -388,4 +388,4 @@ SET LOGSIZE 20
// This controls the frequency of file sync for the log file.
// see http://www.hsqldb.org/doc/guide/ch09.html#set_write_delay-section
SET WRITE_DELAY 1000 MILIS;
\ No newline at end of file
SET WRITE_DELAY 1000 MILLIS;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment