Skip to content

Commit b26c02e

Browse files
Cater for Zenodo searches being more unreliable
1 parent da081ab commit b26c02e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export const ConfigLive = Layer.mergeAll(
3131
ZenodoConfig,
3232
pipe(
3333
zenodoConfig,
34-
Effect.bind('rateLimit', () =>
35-
RateLimiter.make({ limit: 1, interval: '1.5 seconds', algorithm: 'fixed-window' }),
36-
),
34+
Effect.bind('rateLimit', () => RateLimiter.make({ limit: 1, interval: '15 seconds', algorithm: 'fixed-window' })),
3735
),
3836
),
3937
)

0 commit comments

Comments
 (0)