Clarifies wording of source form for index frequency (#47)
This commit is contained in:
parent
c37157d644
commit
0f40dcf5dd
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ defmodule PinchflatWeb.Sources.SourceHTML do
|
|||
|
||||
def friendly_index_frequencies do
|
||||
[
|
||||
{"Never", -1},
|
||||
{"On Create", -1},
|
||||
{"1 Hour", 60},
|
||||
{"3 Hours", 3 * 60},
|
||||
{"6 Hours", 6 * 60},
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
options={friendly_index_frequencies()}
|
||||
type="select"
|
||||
label="Index Frequency"
|
||||
help="Time between one index of this source finishing and the next one starting. Setting to 'Never' will still run an initial index but no subsequent ones"
|
||||
help="Time between one index of this source finishing and the next one starting. Setting to 'On Create' will still run an initial index but no subsequent ones"
|
||||
/>
|
||||
|
||||
<.input
|
||||
|
|
|
|||
Loading…
Reference in a new issue