From 37c6496e0dea8c9e9ffe240389bf40e90a2fc266 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Fri, 3 Jan 2025 19:18:16 -0800
Subject: [PATCH] Allow uploaded filenames to contain space characters (not
 Yoda) by default

Increase the minmimum free disk space to 1G by default (most modern computer
sysops will probably want to increase this even more).
---
 ctrl/file.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ctrl/file.ini b/ctrl/file.ini
index 99c02ae2c1..cff982c894 100644
--- a/ctrl/file.ini
+++ b/ctrl/file.ini
@@ -1,4 +1,4 @@
-min_dspace=100M
+min_dspace=1G
 max_batup=25
 max_batdn=100
 max_userxfer=5
@@ -6,7 +6,7 @@ upload_credit_pct=100
 download_credit_pct=90
 leech_pct=0
 leech_sec=60
-settings=0
+settings=4
 filename_maxlen=64
 [viewer:0]
 	extension=TXT
-- 
GitLab