Major refactor: Fix SQLite concurrency, remove rate limiting, simplify architecture
- Switch to single Gunicorn worker to eliminate SQLite database locking issues - Remove Flask-Limiter and all rate limiting complexity - Remove Cloudflare proxy setup and dependencies - Simplify configuration and remove unnecessary features - Update all templates and static files for streamlined operation - Clean up old files and documentation - Restore stable database from backup - System now runs fast and reliably without database locks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
Flask==2.3.2
|
||||
Flask-SQLAlchemy==3.0.5
|
||||
Flask-Limiter==2.4
|
||||
Flask-CORS==3.0.10
|
||||
Flask-WTF==1.2.1
|
||||
argon2-cffi==21.3.0
|
||||
|
||||
Reference in New Issue
Block a user