mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: correct typo in debug log message for sleep duration in FetchListAndProbe
This commit is contained in:
@@ -84,7 +84,7 @@ class FetchListAndProbe {
|
||||
|
||||
const sleepTime: number = NumberUtil.getRandomNumber(0, 45000);
|
||||
logger.debug(
|
||||
`Sleeping for ${sleepTime} ms, just to give probe API's soem time to load balance between different workers`,
|
||||
`Sleeping for ${sleepTime} ms, just to give probe API's some time to load balance between different workers`,
|
||||
);
|
||||
await Sleep.sleep(sleepTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user