Clarifies wording of source form for index frequency (#47)

This commit is contained in:
Kieran
2024-03-02 13:09:58 -08:00
committed by GitHub
parent fc52f16475
commit 55f9676bb7
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