Nick Craig-Wood
7bb8b8f4ba
cache: fix bug after golang.org/x/time/rate update
...
Before this change the cache backend was passing -1 into
rate.NewLimiter to mean unlimited transactions per second.
In a recent update this immediately returns a rate limit error as
might be expected.
This patch uses rate.Inf as indicated by the docs to signal no limits
are required.
2022-04-04 20:35:17 +01:00
..
2021-10-20 22:56:19 +02:00
2022-03-09 12:42:22 +00:00
2021-11-07 11:53:30 +00:00
2022-03-22 16:33:24 +00:00
2021-11-23 17:57:34 +00:00
2021-11-07 11:53:30 +00:00
2022-04-04 20:35:17 +01:00
2021-11-07 11:53:30 +00:00
2022-03-03 17:10:21 +00:00
2021-11-24 12:09:34 +00:00
2022-02-25 16:08:11 +00:00
2022-04-04 20:35:17 +01:00
2022-01-26 00:02:17 +01:00
2021-11-07 11:53:30 +00:00
2022-03-07 09:55:49 +00:00
2022-03-25 15:28:59 +00:00
2022-02-18 12:46:30 +00:00
2022-03-16 11:30:26 +00:00
2022-01-16 14:57:38 +01:00
2022-01-26 11:41:01 +01:00
2021-11-07 11:53:30 +00:00
2021-12-01 14:21:37 +01:00
2022-03-08 22:39:23 +00:00
2021-11-24 12:09:34 +00:00
2022-03-06 13:33:57 +00:00
2021-11-09 13:43:45 +00:00
2021-11-07 11:53:30 +00:00
2022-03-18 14:40:12 +00:00
2022-03-06 13:05:05 +00:00
2021-11-07 11:53:30 +00:00
2022-03-03 17:18:40 +00:00
2021-11-07 11:53:30 +00:00
2022-04-04 11:15:55 +01:00
2021-11-07 11:53:30 +00:00
2022-03-31 17:55:54 +01:00
2021-11-07 11:53:30 +00:00
2022-01-16 14:57:38 +01:00
2021-11-07 11:53:30 +00:00
2021-11-07 11:53:30 +00:00
2022-03-14 15:44:56 +00:00
2021-11-07 11:53:30 +00:00
2022-02-22 12:55:57 +00:00
2022-03-09 11:30:55 +00:00
2021-11-07 11:53:30 +00:00
2021-11-07 11:53:30 +00:00
2021-11-17 16:57:41 +00:00
2021-11-07 11:53:30 +00:00