style(commands): remove irrelevant "generating" config
when "chunked" is enabled https://docs.splunk.com/Documentation/Splunk/9.0.3/Admin/Commandsconf
This commit is contained in:
parent
1f47e18b7f
commit
f0d9ad0ecb
|
@ -4,7 +4,6 @@
|
|||
[default]
|
||||
chunked = true
|
||||
python.version = python3
|
||||
generating = true
|
||||
|
||||
[geturlhausfilter]
|
||||
filename = geturlhausfilter.py
|
||||
|
@ -26,6 +25,3 @@ filename = getbotnetip.py
|
|||
|
||||
[getopendbl]
|
||||
filename = getopendbl.py
|
||||
|
||||
[updategeoipdb]
|
||||
filename = updategeoipdb.py
|
||||
|
|
Loading…
Reference in New Issue