bito-code-review[bot] commented on code in PR #40512:
URL: https://github.com/apache/superset/pull/40512#discussion_r3339538820


##########
docs/docs/faq.mdx:
##########
@@ -181,6 +181,17 @@ value in milliseconds in the JSON Metadata field:
 Here, the entire dashboard will refresh at once if periodic refresh is on. The 
stagger time of 2.5
 seconds is ignored.
 
+The manual **Refresh dashboard** button also staggers its chart requests. The 
window is controlled
+by the `SUPERSET_DASHBOARD_MANUAL_REFRESH_STAGGER_MS` server config in 
`superset_config.py`. The
+default is `5000` milliseconds, which matches the fallback used for timed 
refresh. A per-dashboard
+`stagger_time` metadata value still wins when it is larger. Set the server 
config to `0` to keep
+the older behavior where every chart request fires at the same time:

Review Comment:
   <!-- Bito Reply -->
   The suggestion in the review is valid and addresses an important 
documentation gap. It correctly identifies that setting the server config to 
`0` alone is not sufficient to ensure the older non-staggered behavior — a 
per-dashboard `stagger_time` override must also be absent. The proposed 
documentation change clarifies this condition, which improves accuracy and user 
understanding. There is no reason to avoid similar suggestions in future 
reviews.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to