mirror of https://github.com/status-im/timbre.git
README example typo.
Signed-off-by: Peter Taoussanis <p.taoussanis@gmail.com>
This commit is contained in:
parent
244749a3e2
commit
78218b9f1c
|
@ -84,7 +84,7 @@ Enable the standard [Postal](https://github.com/drewr/postal)-based email append
|
|||
Rate-limit to one email per message per minute:
|
||||
|
||||
```clojure
|
||||
(timbre/set-config! [:appenders :postal :max-message-per-msecs 60000])
|
||||
(timbre/set-config! [:appenders :postal :max-message-per-msecs] 60000)
|
||||
```
|
||||
|
||||
And make sure emails are sent asynchronously:
|
||||
|
|
Loading…
Reference in New Issue