Hallo,
Zum VerstÀndnis was genau sollte ich darunter verstehen?
Could not connect to appstore: cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Ich hab frĂŒher noch bemerkt, dass die Cloud mit dem appstor in Verbindung steht beim Laden der app Einstellungen. Nun frage ich mich ist das die VerknĂŒpfung dazu?
ein Àlterer github post https://github.com/nextcloud/server/issues/5552 sagt dazu. Ich sollte:
edit the âlib/private/App/AppStore/Fetcher/Fetcher.phpâ and change âfetchâ method
from
âââ
protected function fetch($ETag, $content) {
âŠ
$options = [
âtimeoutâ => 10,
];
âŠ
}
âââ
to
âââ
protected function fetch($ETag, $content) {
âŠ
$options = [
âtimeoutâ => 60,
];
âŠ
}
âââ
hab ich gemacht seit dem ladet die cloud gefĂŒhlt schneller frag mich nur wie das sein kann