mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
Reduce default min disk space from 6 GB to 5 GB
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Flowframes
|
||||
|
||||
Logger.Log($"Disk space check for '{drivePath}/': {(mb / 1024f).ToString("0.0")} GB free.", true);
|
||||
|
||||
if (!Interpolate.canceled && mb < (Config.GetInt("minDiskSpaceGb", 6) * 1024))
|
||||
if (!Interpolate.canceled && mb < (Config.GetInt("minDiskSpaceGb", 5) * 1024))
|
||||
Interpolate.Cancel("Running out of disk space!");
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user