This commit is contained in:
yzqzss 2024-06-15 21:02:54 +08:00
parent c1e90cffc2
commit b34d30b7b1

View File

@ -22,7 +22,7 @@ from biliarchiver.version import BILI_ARCHIVER_VERSION
@asynccontextmanager
async def lifespan(app: FastAPI):
global pending_queue, other_queue, _source_action_cor_queue
global pending_queue, other_queue
pending_queue = BiliVideoQueue()
other_queue = BiliVideoQueue(maxsize=250)
print("Loading queue...")