mirror of https://github.com/apache/activemq.git
set name of temporary store to tmpDB
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@962620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48d0045460
commit
26430893ae
|
@ -246,7 +246,7 @@ public class PListStore extends ServiceSupport {
|
|||
this.journal.setMaxFileLength(getJournalMaxFileLength());
|
||||
this.journal.setWriteBatchSize(getJournalMaxWriteBatchSize());
|
||||
this.journal.start();
|
||||
this.pageFile = new PageFile(directory, "scheduleDB");
|
||||
this.pageFile = new PageFile(directory, "tmpDB");
|
||||
this.pageFile.load();
|
||||
|
||||
this.pageFile.tx().execute(new Transaction.Closure<IOException>() {
|
||||
|
|
Loading…
Reference in New Issue