Skip to content

Commit

Permalink
revert refresh interval to 15 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 20, 2024
1 parent 7863688 commit 0a22492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updateserver/services/JiraChangeLogService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ component accessors=true {
property name="s3root" type="string" default="";
property name="issues" type="query";
property name="lastUpdated" type="date";
property name="refreshIntervalMins" type="numeric" default=2;
property name="refreshIntervalMins" type="numeric" default=15;
property name="jiraServer" type="string" default="luceeserver.atlassian.net";

variables._simpleCache = {};
Expand Down

0 comments on commit 0a22492

Please sign in to comment.