[banshee/podcast-ng] [podcast-ng] Enclosure download timeout increased to 5 minutes
- From: Michael C. Urbanski <murbanski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/podcast-ng] [podcast-ng] Enclosure download timeout increased to 5 minutes
- Date: Tue, 30 Mar 2010 02:22:57 +0000 (UTC)
commit 163f3a467f526dc8548d81c03be9bb8c003f01df
Author: Mike Urbanski <michael c urbanski gmail com>
Date: Mon Mar 29 21:20:17 2010 -0500
[podcast-ng] Enclosure download timeout increased to 5 minutes
As per commit b47de1d766f466907cfac16fbff822939acd9fb7. Helps with
slow downloads.
src/Clients/Nereid/Nereid/ViewContainer.cs | 7 -------
.../Migo2.DownloadService/HttpFileDownloadTask.cs | 2 +-
2 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/src/Clients/Nereid/Nereid/ViewContainer.cs b/src/Clients/Nereid/Nereid/ViewContainer.cs
index f27a331..6b8a663 100644
--- a/src/Clients/Nereid/Nereid/ViewContainer.cs
+++ b/src/Clients/Nereid/Nereid/ViewContainer.cs
@@ -187,13 +187,6 @@ namespace Nereid
}
}
- private void ClearSearchEntryBox ()
- {
- if (search_entry_box.Child != null) {
- search_entry_box.Remove (search_entry_box.Child);
- }
- }
-
private void ClearSearchEntryBox ()
{
if (search_entry_box.Child != null) {
diff --git a/src/Libraries/Migo2/Migo2.DownloadService/HttpFileDownloadTask.cs b/src/Libraries/Migo2/Migo2.DownloadService/HttpFileDownloadTask.cs
index 6c8283a..620f7c5 100644
--- a/src/Libraries/Migo2/Migo2.DownloadService/HttpFileDownloadTask.cs
+++ b/src/Libraries/Migo2/Migo2.DownloadService/HttpFileDownloadTask.cs
@@ -51,7 +51,7 @@ namespace Migo2.DownloadService
private long lastTotalBytes;
private long lastTotalBytesReceived;
- private int timeout = (60 * 1000); // One minute
+ private int timeout = (5 * 60 * 1000); // One minute
private string userAgent;
private HttpStatusCode httpStatus;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]