[rygel] core: Wait a bit longer after HTTP post
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Wait a bit longer after HTTP post
- Date: Thu, 4 Aug 2011 19:59:41 +0000 (UTC)
commit 6d8d83d0d8e053faa83b4d9764cdaf061c985d04
Author: Jens Georg <mail jensge org>
Date: Wed Aug 3 10:26:20 2011 +0200
core: Wait a bit longer after HTTP post
On a loaded device we might run into a timeout unnecessarily.
Improves situation with CTT requirement 7.3.136.1 and 7.3.136.4.
src/rygel/rygel-http-post.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-post.vala b/src/rygel/rygel-http-post.vala
index b3607ca..87acd82 100644
--- a/src/rygel/rygel-http-post.vala
+++ b/src/rygel/rygel-http-post.vala
@@ -100,7 +100,7 @@ internal class Rygel.HTTPPost : HTTPRequest {
main_loop.quit ();
});
- var timeout_id = Timeout.add_seconds (5, () => {
+ var timeout_id = Timeout.add_seconds (30, () => {
debug ("Timeout while waiting for 'updated' signal on '%s'.",
this.item.parent.id);
main_loop.quit ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]