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