Skip to content

Commit 0fc436f

Browse files
authored
Merge pull request #302 from HarperDB/release_4.5.26
4.5.26 release notes
2 parents 1df0006 + cfcdee7 commit 0fc436f

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

docs/deployments/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Limit the amount of time the parser will wait to receive the complete HTTP heade
100100

101101
The maximum allowed size of HTTP headers in bytes.
102102

103+
`requestQueueLimit` - _Type_: integer; _Default_: 20000
104+
105+
The maximum estimated request queue time, in milliseconds. When the queue is above this limit, requests will be rejected with a 503.
106+
103107
`keepAliveTimeout` - _Type_: integer; _Default_: 30,000 milliseconds (30 seconds)
104108

105109
Sets the number of milliseconds of inactivity the server needs to wait for additional incoming data after it has finished processing the last response.

release-notes/v4-tucker/4.5.26.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 4.5.26
3+
---
4+
5+
### HarperDB 4.5.26
6+
7+
8/25/2025
8+
9+
- Applies throttling to all non-safe requests (POST, PUT, DELETE, etc.)
10+
- Make the request queue limit configurable

versioned_docs/version-4.5/deployments/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Limit the amount of time the parser will wait to receive the complete HTTP heade
100100

101101
The maximum allowed size of HTTP headers in bytes.
102102

103+
`requestQueueLimit` - _Type_: integer; _Default_: 20000
104+
105+
The maximum estimated request queue time, in milliseconds. When the queue is above this limit, requests will be rejected with a 503.
106+
103107
`keepAliveTimeout` - _Type_: integer; _Default_: 30,000 milliseconds (30 seconds)
104108

105109
Sets the number of milliseconds of inactivity the server needs to wait for additional incoming data after it has finished processing the last response.

versioned_docs/version-4.6/deployments/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Limit the amount of time the parser will wait to receive the complete HTTP heade
100100

101101
The maximum allowed size of HTTP headers in bytes.
102102

103+
`requestQueueLimit` - _Type_: integer; _Default_: 20000
104+
105+
The maximum estimated request queue time, in milliseconds. When the queue is above this limit, requests will be rejected with a 503.
106+
103107
`keepAliveTimeout` - _Type_: integer; _Default_: 30,000 milliseconds (30 seconds)
104108

105109
Sets the number of milliseconds of inactivity the server needs to wait for additional incoming data after it has finished processing the last response.

0 commit comments

Comments
 (0)