Преглед изворни кода

Added retry-wait option to -i list options.

Tatsuhiro Tsujikawa пре 14 година
родитељ
комит
b0ed9b3bd1
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/download_helper.cc

+ 2 - 1
src/download_helper.cc

@@ -165,7 +165,8 @@ const std::set<std::string>& listRequestOptions()
     PREF_CONDITIONAL_GET,
     PREF_ENABLE_ASYNC_DNS6,
     PREF_BT_TRACKER,
-    PREF_BT_EXCLUDE_TRACKER
+    PREF_BT_EXCLUDE_TRACKER,
+    PREF_RETRY_WAIT
   };
   static std::set<std::string> requestOptions
     (vbegin(REQUEST_OPTIONS), vend(REQUEST_OPTIONS));