We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35169ef commit e3ade95Copy full SHA for e3ade95
Userland/Utilities/pro.cpp
@@ -235,7 +235,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
235
u64 previous_downloaded_size = 0;
236
u64 current_bytes_per_second_speed = 0;
237
u32 const report_time_in_ms = 100;
238
- u32 const speed_update_time_in_ms = 4000;
+ u32 const speed_update_time_in_ms = 1000;
239
240
auto previous_report_time = MonotonicTime::now();
241
auto previous_speed_update_time = previous_report_time;
0 commit comments