mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
7 lines
191 B
SQL
Executable File
7 lines
191 B
SQL
Executable File
INSERT IGNORE INTO settings (name, value, hint, setting) VALUES
|
|
(
|
|
'partretentionhours',
|
|
72,
|
|
'The number of hours incomplete parts and binaries will be retained',
|
|
'partretentionhours'
|
|
); |