mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
chore: Remove syncStatus rate limiter (#1205)
* chore: make logging less verbose for RPC * chore: remove syncstatus rate limiter
This commit is contained in:
@@ -507,7 +507,7 @@ export default class Server {
|
||||
},
|
||||
getSyncSnapshotByPrefix: (call, callback) => {
|
||||
const peer = Result.fromThrowable(() => call.getPeer())().unwrapOr("unknown");
|
||||
log.info(
|
||||
log.debug(
|
||||
{ method: "getSyncSnapshotByPrefix", req: call.request, reqStr: JSON.stringify(call.request) },
|
||||
`RPC call from ${peer}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user