Don't set timeout for fs-id-list (#2862)

Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
feiniks 2024-12-21 11:57:38 +08:00 committed by GitHub
parent 5c4c8336a5
commit 92af45825e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4296,7 +4296,7 @@ get_needed_fs_id_list (HttpTxTask *task, Connection *conn, GList **fs_id_list)
int curl_error;
if (http_get (curl, url, task->token, &status,
&rsp_content, &rsp_size,
NULL, NULL, (!task->is_clone), &curl_error) < 0) {
NULL, NULL, FALSE, &curl_error) < 0) {
conn->release = TRUE;
handle_curl_errors (task, curl_error);
ret = -1;