📚 Improved configuration files & documentation 📚

This commit is contained in:
2025-06-01 02:18:16 +02:00
parent 47d0e291fb
commit 5aa7da2aa9
13 changed files with 316 additions and 60 deletions

View File

@@ -47,7 +47,7 @@ __all__ = ['User', 'Printer', 'Job', 'Stats', 'SystemLog', 'Base', 'GuestRequest
# ===== DATENBANK-KONFIGURATION MIT WAL UND OPTIMIERUNGEN =====
def configure_sqlite_for_production(dbapi_connection, connection_record):
def configure_sqlite_for_production(dbapi_connection, _connection_record):
"""
Konfiguriert SQLite für Produktionsumgebung mit WAL-Modus und Optimierungen.
"""