mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-26 09:57:35 +01:00
Made transcation records able to last forever
This commit is contained in:
parent
a49d51ce97
commit
28197e4d6f
@ -19,6 +19,7 @@ public class Queue implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void run() {
|
public void run() {
|
||||||
|
if (Config.getInteger(Property.RECORD_TIME_TO_LIVE) != -1)
|
||||||
deleteOld();
|
deleteOld();
|
||||||
|
|
||||||
ChestShop.getDB().save(queue);
|
ChestShop.getDB().save(queue);
|
||||||
|
Loading…
Reference in New Issue
Block a user