Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Sep 17, 2023
1 parent 23ad329 commit 1d16719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To sweep expired tokens from your db you should add

```elixir
children = [
{Guardian.DB.Sweeper, [interval: 60]}
{Guardian.DB.Sweeper, [interval: 60 * 60 * 1000]} # 1 hour
]
```

Expand Down

0 comments on commit 1d16719

Please sign in to comment.