From 8555b91ad7e4f24455e4b8a71b49afc256bb1f27 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 26 Jan 2014 11:52:42 +1030 Subject: [PATCH] change default "wait_for" --- autoProcessMedia.cfg.sample | 2 +- changelog.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/autoProcessMedia.cfg.sample b/autoProcessMedia.cfg.sample index 36faf8be..ec6dc726 100644 --- a/autoProcessMedia.cfg.sample +++ b/autoProcessMedia.cfg.sample @@ -14,7 +14,7 @@ web_root = delay = 65 method = renamer delete_failed = 0 -wait_for = 2 +wait_for = 5 #### Set to 1 if CouchPotatoServer is running on a different server to your NZB client remoteCPS = 0 diff --git a/changelog.txt b/changelog.txt index f81a6bf9..def08cf2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ 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 Impacts All