mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Little cleanup
This commit is contained in:
@@ -349,7 +349,8 @@ public class ApplicationProperties {
|
||||
@Data
|
||||
public static class RateLimit {
|
||||
private int maxRequests = 1000;
|
||||
private String resetSchedule = "0 0 0 * * MON"; // Cron expression: At 00:00 every Monday
|
||||
private String resetSchedule =
|
||||
"0 0 0 * * MON"; // Cron expression: At 00:00 every Monday
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user