Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
fix schedule for clearing mp cache
Browse files Browse the repository at this point in the history
  • Loading branch information
miethaner committed Aug 24, 2016
1 parent 85435c2 commit 372eaff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void resetConfiguration(String marketplaceId) {
configurationCache.remove(marketplaceId);
}

@Schedule(minute = "*/10")
@Schedule(minute = "*/10", hour = "*", persistent = false)
@Lock(LockType.WRITE)
public void scheduledReset() {
configurationCache.clear();
Expand Down

0 comments on commit 372eaff

Please sign in to comment.