|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 3/3] increase minimum timeout to 1h
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
There is no reason why the minimum timeout should be 10s, it could
easily be 1h and we would save lots of cpu cycles.
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
i386-dm/helper2.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/i386-dm/helper2.c b/i386-dm/helper2.c
index b121e30..c6d049c 100644
--- a/i386-dm/helper2.c
+++ b/i386-dm/helper2.c
@@ -605,8 +605,8 @@ int main_loop(void)
/* Wait up to 10 msec. */
main_loop_wait(10);
#else
- /* Wait up to 10s. */
- main_loop_wait(10000);
+ /* Wait up to 1h. */
+ main_loop_wait(1000*60*60);
#endif
fprintf(logfile, "device model saving state\n");
--
1.7.2.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |