Minimize blocking in Filesystem.getCachedDiskUsage (#53)
This commit is contained in:
@@ -63,7 +63,7 @@ func validateDiskSpace(fs FileSystem) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return s.Filesystem.HasSpaceAvailable()
|
||||
return s.Filesystem.HasSpaceAvailable(true)
|
||||
}
|
||||
|
||||
// Validates a set of credentials for a SFTP login aganist Pterodactyl Panel and returns
|
||||
|
||||
Reference in New Issue
Block a user