mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #26378 from overleaf/bg-history-redis-fix-misc
add type check to scan.js GitOrigin-RevId: a306ec841b8801a2a5eab8c35f246180206f7231
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// @ts-check
|
||||
|
||||
'use strict'
|
||||
|
||||
const logger = require('@overleaf/logger')
|
||||
const { JobNotFoundError, JobNotReadyError } = require('./chunk_store/errors')
|
||||
const BATCH_SIZE = 1000 // Default batch size for SCAN
|
||||
|
||||
Reference in New Issue
Block a user