mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
DiskIO / NetIO: updates default value of waitTime to reduce latency
Also corrects docs.
This commit is contained in:
@@ -161,7 +161,7 @@ void ffInitDiskIOOptions(FFDiskIOOptions* options) {
|
||||
|
||||
ffStrbufInit(&options->namePrefix);
|
||||
options->detectTotal = false;
|
||||
options->waitTime = 1000;
|
||||
options->waitTime = 500;
|
||||
}
|
||||
|
||||
void ffDestroyDiskIOOptions(FFDiskIOOptions* options) {
|
||||
|
||||
@@ -188,7 +188,7 @@ void ffInitNetIOOptions(FFNetIOOptions* options) {
|
||||
#endif
|
||||
;
|
||||
options->detectTotal = false;
|
||||
options->waitTime = 1000;
|
||||
options->waitTime = 500;
|
||||
}
|
||||
|
||||
void ffDestroyNetIOOptions(FFNetIOOptions* options) {
|
||||
|
||||
Reference in New Issue
Block a user