暂存
This commit is contained in:
@@ -62,6 +62,11 @@ class AiMetadataQueue
|
||||
return (int) config('queue.ai_metadata.block_timeout', 5);
|
||||
}
|
||||
|
||||
public function idleSleepSeconds(): int
|
||||
{
|
||||
return max(1, (int) config('queue.ai_metadata.idle_sleep_seconds', 1));
|
||||
}
|
||||
|
||||
private function pendingKey(): string
|
||||
{
|
||||
return config('queue.ai_metadata.pending', 'proofdb:ai:metadata:pending');
|
||||
|
||||
Reference in New Issue
Block a user