Skip to content

Commit bc44182

Browse files
downtune ai insights
1 parent c1cb213 commit bc44182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/console/ai/memoizer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule Console.AI.Memoizer do
101101
|> String.downcase()
102102
end
103103

104-
@poll_duration 10 * 60 # 10 minutes
104+
@poll_duration 30 * 60 # 30 minutes
105105

106106
defp next_poll_at() do
107107
duration = Duration.new!(second: @poll_duration + Console.jitter(floor(@poll_duration / 2)))

0 commit comments

Comments
 (0)