[Added]
│➜ Database Auto-Repair: Now performs VACUUM and REINDEX on startup to fix fragmented data.
│➜ WAL Mode: Enabled Write-Ahead Logging for non-blocking database operations.
│➜ Negative-ID Shifting: New logic for filter removal that prevents Primary Key collisions on high-latency disks.
[Fixed]
│➜ Slot Realignment: Fixed the bug where filters wouldn't shift correctly in production environments.
│➜ Database Locks: Resolved "SQLite Database is locked" errors during high-traffic farm periods.
│➜ Zombie Filters: Automatic cleanup of ISF filters with 0 amount that stayed visible in the GUI.
[Improved]
│➜ Disk I/O: Set synchronous mode to NORMAL for better performance on shared hosting.
│➜ Data Integrity: Enhanced rollback safety for all slot-shifting transactions.
Note: A full server restart is recommended to apply these database optimizations.