change: other_queue: maxsize 0 => 250

This commit is contained in:
yzqzss 2023-10-30 23:47:21 +08:00
parent c1721ccb70
commit e6255deb24

View File

@ -45,7 +45,7 @@ class BiliQueue(Queue):
await self.put(ori_video)
pending_queue = BiliQueue()
other_queue = BiliQueue()
other_queue = BiliQueue(maxsize=250)
app = FastAPI(lifespan=lifespan)