You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Messages in working memory should include `created_at` timestamps for accurate o
124
124
| Setting | Behavior |
125
125
|---------|----------|
126
126
|`REQUIRE_MESSAGE_TIMESTAMPS=false` (default) | Auto-generates missing timestamps with deprecation warning |
127
-
|`REQUIRE_MESSAGE_TIMESTAMPS=true`| Rejects messages without `created_at` with 400 error |
127
+
|`REQUIRE_MESSAGE_TIMESTAMPS=true`| Rejects messages without `created_at` with 422 error |
128
128
129
129
**Future timestamp validation**: Messages with `created_at` more than `MAX_FUTURE_TIMESTAMP_SECONDS` in the future are rejected to prevent clock skew issues.
0 commit comments