update line endings

This commit is contained in:
2025-09-15 12:42:59 -05:00
parent ae33b35354
commit ba21798a22
2 changed files with 65 additions and 6 deletions

View File

@@ -63,9 +63,9 @@ with open(config_file_path, 'w', encoding='utf-8') as configfile:
print(f"Updated Nextcloud configuration in {config_file_path}")
print("\nChanges made:")
print(" Reduced poll interval to 5 seconds (was 30 seconds)")
print(" Added force sync every hour")
print(" Enabled ETag support for better change detection")
print(" Added network timeout improvements")
print(" Enabled detailed logging for debugging")
print(" Ensured folder sync is not paused")
print("✓ Reduced poll interval to 5 seconds (was 30 seconds)")
print("✓ Added force sync every hour")
print("✓ Enabled ETag support for better change detection")
print("✓ Added network timeout improvements")
print("✓ Enabled detailed logging for debugging")
print("✓ Ensured folder sync is not paused")