mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
31 lines
1.0 KiB
Bash
31 lines
1.0 KiB
Bash
# =============================================================================
|
|
# Tmux Configuration
|
|
# =============================================================================
|
|
# These settings configure the tmux session management system.
|
|
# Most settings have sensible defaults and don't need to be changed.
|
|
|
|
# Tmux session name (default: from database setting or 'nntmux')
|
|
# TMUX_SESSION_NAME=nntmux
|
|
|
|
# Process niceness level (0-19, lower = higher priority, default: 2)
|
|
# Higher values use less CPU priority
|
|
# TMUX_NICENESS=2
|
|
|
|
# Monitor refresh delay in seconds (default: 10)
|
|
# How often the monitor updates statistics
|
|
# TMUX_MONITOR_DELAY=10
|
|
|
|
# Monitor statistics refresh interval in seconds (default: 60)
|
|
# How often to re-query the database for statistics
|
|
# TMUX_REFRESH_INTERVAL=60
|
|
|
|
# Timeout for tmux operations in seconds (default: 300)
|
|
# TMUX_TIMEOUT=300
|
|
|
|
# Custom tmux config file path (default: config/tmux.conf)
|
|
# TMUX_CONFIG_FILE=/path/to/custom/tmux.conf
|
|
|
|
# Terminal type (default: xterm-256color)
|
|
# TMUX_TERMINAL=xterm-256color
|
|
|