Update bulk_import_images.ts

pull/9/head
qwertyforce 2023-03-07 13:34:30 +03:00
parent fa706cd662
commit 65ab5819ac
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ async function import_images() {
}
if (cluster.isPrimary){
setInterval(() => {}, 1000) // prevent master from exiting
setInterval(() => undefined, 5000) // prevent master from exiting
}else{
import_images()
}