feat(guestbook): renew request token every 30 sec instead of 10 sec for posting
All checks were successful
create archive with lfs / tag (push) Successful in 10s
All checks were successful
create archive with lfs / tag (push) Successful in 10s
This commit is contained in:
parent
a2e6eb2af4
commit
a20cccefa8
@ -55,4 +55,4 @@ class GuestbookRoutes(
|
||||
} yield resp
|
||||
}
|
||||
throttle(30, 2.seconds)(getEntries)
|
||||
<+> throttle(5, 10.seconds)(putEntry)
|
||||
<+> throttle(5, 30.seconds)(putEntry)
|
||||
|
Loading…
Reference in New Issue
Block a user