mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
This closes #383 Added back Timer intialization
This commit is contained in:
commit
e0f5cb6eee
@ -119,7 +119,7 @@ public class JDBCJournalImpl implements Journal {
|
||||
deleteJournalRecords = connection.prepareStatement(JDBCJournalRecord.deleteRecordsSQL(tableName));
|
||||
deleteJournalTxRecords = connection.prepareStatement(JDBCJournalRecord.deleteJournalTxRecordsSQL(tableName));
|
||||
|
||||
|
||||
syncTimer = new Timer(timerThread, true);
|
||||
syncTimer.schedule(new JDBCJournalSync(this), SYNC_DELAY * 2, SYNC_DELAY);
|
||||
|
||||
started = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user