Set timeout to 30 seconds
the build was successful Ayrıntılar

Bu işleme şunda yer alıyor:
tastytea 2018-08-19 21:41:35 +02:00
ebeveyn 3a44361bf7
işleme 3808a89a13
İmzalayan: tastytea
GPG Anahtar Kimliği: CFC39497F1B26E07
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme

Dosyayı Görüntüle

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (expandurl-mastodon
VERSION 0.9.11
VERSION 0.9.12
LANGUAGES CXX
)

Dosyayı Görüntüle

@ -65,6 +65,7 @@ const string expand(const string &url)
"Connection: close",
});
request.setOpt<curlopts::FollowLocation>(true);
request.setOpt(curlopts::Timeout(30));
try
{