summaryrefslogtreecommitdiff
path: root/src/acl.c
diff options
context:
space:
mode:
authorsundb <sundbcn@gmail.com>2021-04-19 15:08:07 +0800
committerGitHub <noreply@github.com>2021-04-19 10:08:07 +0300
commit3a955d9ad443adcb1d0495f4b702612f6b250f6e (patch)
treefcdd0aa5f7f0b2e0637aea8a0c349c0f7d1896e4 /src/acl.c
parent0413fbc7d015d2ad9a4f57cc50a68e581f0e7744 (diff)
downloadredis-3a955d9ad443adcb1d0495f4b702612f6b250f6e.tar.gz
Fix ouput buffer limit test (#8803)
The tail size of c->reply is 16kb, but in the test only publish a few chars each time, due to a change in #8699, the obuf limit is now checked a new memory allocation is made, so this test would have sometimes failed to trigger a soft limit disconnection in time. The solution is to write bigger payloads to the output buffer, but still limit their rate (not more than 100k/s).
Diffstat (limited to 'src/acl.c')
0 files changed, 0 insertions, 0 deletions