docs(actors): clarify saveState immediate vs throttled flush behavior#4510
Conversation
|
🚅 Deployed to the rivet-pr-4510 environment in rivet-frontend
|
|
PR Review: docs(actors): clarify saveState immediate vs throttled flush behavior This is a small, focused documentation addition to Accuracy Check
Suggestions Minor:
Minor: throttled behavior description is slightly imprecise The doc says 'await will not resolve until the next flush cycle, which can take up to stateSaveInterval'. In practice the throttled path resolves sooner when a save was recently completed; it only approaches the full interval when no prior save has occurred recently. A small clarification like 'up to stateSaveInterval if no recent save has occurred' would be more accurate and avoid surprising callers. Overall Good addition. The distinction between immediate and throttled saves is non-obvious and worth documenting. The WebSocket handler callout at the end is helpful context. Both suggestions above are optional; the PR is mergeable as-is. |
bb97419 to
89703c3
Compare
9165d2c to
a98b9ee
Compare
Merge activity
|
a98b9ee to
4b39547
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: