[Credo] Fix the warnings
This commit is contained in:
parent
d93ab4817b
commit
6c8743d0c0
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ defmodule Pleroma.Web.Federator do
|
|||
|
||||
def init() do
|
||||
# 1 minute
|
||||
Process.sleep(1000 * 60 * 1)
|
||||
Process.sleep(1000 * 60)
|
||||
refresh_subscriptions()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue