Skip to content

Commit

Permalink
Revert "Remove broadcastVanishRequest policy to see if that is causin…
Browse files Browse the repository at this point in the history
…g a crash"

This reverts commit 7b32b6f.
  • Loading branch information
mplorentz committed Jan 3, 2025
1 parent 1c3d85e commit 3258476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strfry/plugins/policies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const policies = [
// Async policies
[antiDuplicationPolicy, { ttl: 60000, minLength: 50 }],
[rateLimitPolicy, { whitelist: [localhost] }],
broadcastVanishRequests,
];

for await (const msg of readStdin()) {
Expand Down

0 comments on commit 3258476

Please sign in to comment.