mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-11 17:47:44 +01:00
Merge pull request #14 from GoalieGuy6/patch-1
Made transcation records able to last forever
This commit is contained in:
commit
7c93fba155
@ -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