Skip to content

Commit 72abf16

Browse files
committed
fix: increase screenshot queue timeout
- Updated the screenshot queue timeout from 10 seconds to 30 seconds to allow for longer processing times, improving task handling and reducing potential timeouts.
1 parent fba06e4 commit 72abf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/screenshot_queue.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Algora.ScreenshotQueue do
44

55
require Logger
66

7-
@timeout 10_000
7+
@timeout 30_000
88
@max_concurrent_tasks 3
99

1010
def start_link(_) do

0 commit comments

Comments
 (0)