milenkovicm commented on code in PR #1669:
URL:
https://github.com/apache/datafusion-ballista/pull/1669#discussion_r3207852711
##########
ballista-cli/src/tui/infrastructure/config.rs:
##########
@@ -33,9 +33,13 @@ pub struct HttpSettings {
pub struct Settings {
pub scheduler: SchedulerSettings,
pub http: HttpSettings,
+ /// How often to refresh the UI. In millis.
+ pub tick_interval: u64,
Review Comment:
`tick_interval_ms` maybe ?
--
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]