mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
parent
ff84a31a7d
commit
9963ef4192
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ impl Filter {
|
|||
}
|
||||
|
||||
if self.retry.is_some_and(|r| r < 2) {
|
||||
return Err("retry has been specified but is < 2".into());
|
||||
return Err("retry must be >= 2. Remove 'retry' and 'retryperiod' to trigger at the first occurence.".into());
|
||||
}
|
||||
|
||||
if let Some(retry_period) = &self.retry_period {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue