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 e6e7572 commit 3bb3bd5Copy full SHA for 3bb3bd5
src/modules/physicaldisk/physicaldisk.c
@@ -278,7 +278,7 @@ void ffInitPhysicalDiskOptions(FFPhysicalDiskOptions* options)
278
279
ffStrbufInit(&options->namePrefix);
280
options->temp = false;
281
- options->tempConfig = (FFColorRangeConfig) { 40, 60 };
+ options->tempConfig = (FFColorRangeConfig) { 50, 70 };
282
}
283
284
void ffDestroyPhysicalDiskOptions(FFPhysicalDiskOptions* options)
0 commit comments