Add high-capacity server configuration and concurrent player emulator

Server optimizations for 390+ concurrent users:
- Increase HTTP thread pool: 500 max threads, 600 max accept
- SQLite performance tuning: 64MB cache, NORMAL sync, memory mapping
- Session optimization: frequent GC, disable URL rewriting
- Increase SQLite busy timeout to 30 seconds

Player emulator features:
- Concurrent execution with worst-case thundering herd testing
- Browser-like behavior: static files, login, WebSocket, challenge solving
- WebSocket message validation and detailed logging
- Realistic delays and batch flag submissions
- Supports N concurrent players via command line

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Anthony Green2025-09-14 18:32:49 -0400 787ab88cc8d26f72bee50f1352a4ed01f0ad651e
Co-Authored-By: Claude <noreply@anthropic.com>