Skip to content

Commit 9f8c58a

Browse files
authored
add cronQueries=auto (#14)
1 parent 58b9f48 commit 9f8c58a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ authMode=anonymous
1919
# use http://user:pass@host:port
2020
elasticsearch=http://elasticsearch:9200
2121

22+
cronQueries=auto
23+
2224
# How often to create a new elasticsearch index. hourly,hourly6,daily,weekly,monthly
2325
# Changing the value will cause previous sessions to be unreachable
2426
rotateIndex=daily
@@ -416,4 +418,4 @@ authorization=type:string
416418

417419

418420
# WARNING: This is an ini file with sections, most likely you don't want to put a setting here.
419-
# New settings usually go near the top in the [default] section, or in [nodename] sections.
421+
# New settings usually go near the top in the [default] section, or in [nodename] sections.

0 commit comments

Comments
 (0)