File size: 101 Bytes
2eef9ea
 
 
 
1
2
3
4
5
"""Performance optimization config."""
CACHE_TTL = 3600
CONNECTION_POOL_SIZE = 20
MAX_WORKERS = 4