Skip to content

Commit

Permalink
add cronQueries=auto (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk authored Apr 6, 2024
1 parent 58b9f48 commit 9f8c58a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ authMode=anonymous
# use http://user:pass@host:port
elasticsearch=http://elasticsearch:9200

cronQueries=auto

# How often to create a new elasticsearch index. hourly,hourly6,daily,weekly,monthly
# Changing the value will cause previous sessions to be unreachable
rotateIndex=daily
Expand Down Expand Up @@ -416,4 +418,4 @@ authorization=type:string


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

0 comments on commit 9f8c58a

Please sign in to comment.