Allow checking pending transactions

This commit is contained in:
2023-03-20 14:10:31 +00:00
parent 04f5595a86
commit cfffc6c904
3 changed files with 25 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from core.util import logs
log = logs.get_logger("scheduling")
INTERVAL_AGGREGATOR = 5
INTERVAL_AGGREGATOR = 10
INTERVALS_PLATFORM = [x[0] for x in INTERVAL_CHOICES]