A decentralized music tracking and discovery platform built on AT Protocol 🎵

update effect timeout

+1 -1
+1 -1
rockskyapi/rocksky-auth/src/xrpc/app/rocksky/scrobble/createScrobble.ts
··· 34 34 ), 35 35 Effect.flatMap(presentation), 36 36 Effect.retry({ times: 3 }), 37 - Effect.timeout("690 seconds"), 37 + Effect.timeout("600 seconds"), 38 38 Effect.catchAll((err) => { 39 39 console.error(err); 40 40 return Effect.succeed({});