mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
change default "wait_for"
This commit is contained in:
parent
caa790309d
commit
8555b91ad7
2 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@ web_root =
|
||||||
delay = 65
|
delay = 65
|
||||||
method = renamer
|
method = renamer
|
||||||
delete_failed = 0
|
delete_failed = 0
|
||||||
wait_for = 2
|
wait_for = 5
|
||||||
#### Set to 1 if CouchPotatoServer is running on a different server to your NZB client
|
#### Set to 1 if CouchPotatoServer is running on a different server to your NZB client
|
||||||
remoteCPS = 0
|
remoteCPS = 0
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V9.2 XX/02/2014
|
||||||
|
|
||||||
|
Impacts All
|
||||||
|
Change default "wait_for" to 5 mins. CouchPotato can take more than 2 minutes to return on renamer.scan request.
|
||||||
|
|
||||||
V9.1 24/01/2014
|
V9.1 24/01/2014
|
||||||
|
|
||||||
Impacts All
|
Impacts All
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue