Skip to content

Commit

Permalink
Update transactions time to create
Browse files Browse the repository at this point in the history
  • Loading branch information
phonnz committed Aug 25, 2024
1 parent 26e798c commit c95e306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack/lib/fullstack/servers/transactions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ defmodule Fullstack.Servers.Generators.Transactions do
end

defp schedule_work do
Process.send_after(self(), :work, 1_000)
Process.send_after(self(), :work, 60_000)
end
end

0 comments on commit c95e306

Please sign in to comment.