prolong workflow delay on new data
This commit is contained in:
parent
b8880c3585
commit
9a35579d66
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ class IobCobCalculatorPlugin @Inject constructor(
|
||||||
scheduledEvent = null
|
scheduledEvent = null
|
||||||
scheduledHistoryPost = null
|
scheduledHistoryPost = null
|
||||||
}
|
}
|
||||||
}, 1L, TimeUnit.SECONDS
|
}, 5L, TimeUnit.SECONDS
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
// asked reload is newer -> adjust params only
|
// asked reload is newer -> adjust params only
|
||||||
|
|
Loading…
Reference in a new issue