diff --git a/fullstack/lib/fullstack/servers/transactions.ex b/fullstack/lib/fullstack/servers/transactions.ex index cf25254..9d8c3bf 100644 --- a/fullstack/lib/fullstack/servers/transactions.ex +++ b/fullstack/lib/fullstack/servers/transactions.ex @@ -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