Skip to content

Commit

Permalink
Adjusts cron from every minute to every hour
Browse files Browse the repository at this point in the history
My b - probably shouldn't ship an app with a savedsearch that runs every minute. Seems .. inefficient.
  • Loading branch information
kdorepos committed Aug 17, 2019
1 parent 0eefcad commit 6497feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/savedsearches.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Real-time List of Sourcetypes]
action.email.useNSSubject = 1
alert.track = 0
cron_schedule = * * * * *
cron_schedule = 0 * * * *
display.general.timeRangePicker.show = 0
enableSched = 1
search = | eventcount summarize=false index=* index=_* | dedup index | fields index \
Expand Down

0 comments on commit 6497feb

Please sign in to comment.