Configuration
Global configuration for pyrogram_patch including logging, pool sizes, and default behaviors.
Environment Variables
| Variable | Default | Description |
|---|---|---|
PYROGRAM_PATCH_LOG_LEVEL | INFO | Logging level for framework internals |
PYROGRAM_PATCH_POOL_TTL | 300 | PatchHelper pool TTL in seconds |
PYROGRAM_PATCH_REDIS_PREFIX | pyrogram_patch: | Default Redis key prefix |