Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
it's 5 now!!!
  • Loading branch information
a-a-GiTHuB-a-a authored Sep 21, 2023
1 parent 123f641 commit 16ba322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Fastify from 'fastify'

const fastify = Fastify()
await fastify.register(import('@fastify/throttle'), {
bytesPerSecond: 1024 * 1024 // 1MB/s
bytesPerSecond: 1024 * 1024, // 1MB/s
streamPayloads: true, // throttle the payload if it is a stream
bufferPayloads: true, // throttle the payload if it is a Buffer
stringPayloads: true // throttle the payload if it is a string
Expand Down

0 comments on commit 16ba322

Please sign in to comment.