Skip to content
Snippets Groups Projects
Commit 4331c622 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#396 - adjusted TagsScheduler time

parent 1c14535b
No related branches found
No related tags found
No related merge requests found
Pipeline #612 passed
...@@ -25,7 +25,7 @@ public class TagScheduler ...@@ -25,7 +25,7 @@ public class TagScheduler
this.transactionRepository = transactionRepository; this.transactionRepository = transactionRepository;
} }
@Scheduled(fixedRate = 60*1000) @Scheduled(fixedRate = 15*60*1000)
public void tagCleaner() public void tagCleaner()
{ {
LOGGER.debug("Cleaning Tags..."); LOGGER.debug("Cleaning Tags...");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment