[Pkg-libvirt-commits] [libguestfs] 11/61: v2v: Increase vCenter https timeout to 10 minutes.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:09:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.
commit cf697f8de38937b10d7b886695397688074d0718
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Oct 20 14:03:13 2014 +0100
v2v: Increase vCenter https timeout to 10 minutes.
(cherry picked from commit 9ddfbad814e55553d9d1cea08134311c12923cfe)
---
v2v/vCenter.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/vCenter.ml b/v2v/vCenter.ml
index d3869aa..c04247e 100644
--- a/v2v/vCenter.ml
+++ b/v2v/vCenter.ml
@@ -83,7 +83,7 @@ let rec map_path_to_uri verbose uri scheme server path format =
let json_params = [
"file.driver", JSON.String "https";
"file.url", JSON.String url;
- "file.timeout", JSON.Int 60;
+ "file.timeout", JSON.Int 600;
(* Choose a large readahead. See: RHBZ#1151033 *)
"file.readahead", JSON.Int (64 * 1024 * 1024);
] in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list