mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
removed 10s read timeout
git-svn-id: http://s3fs.googlecode.com/svn/trunk@88 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
c8afa8f7f0
commit
891e85e71d
@ -129,7 +129,7 @@ public:
|
||||
}
|
||||
curl_easy_reset(curl);
|
||||
long seconds = 10;
|
||||
curl_easy_setopt(curl, CURLOPT_TIMEOUT, seconds);
|
||||
//###curl_easy_setopt(curl, CURLOPT_TIMEOUT, seconds); // bad idea
|
||||
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, seconds);
|
||||
}
|
||||
~auto_curl() {
|
||||
|
Loading…
Reference in New Issue
Block a user