Template:Installation/Debian/Curl: Difference between revisions

From diaspora* project wiki
(Created page with "=== cURL === {{Note|Debian ships with an old cURL version that can let your Sidekiq workers crash under higher load. If this happens make sure to have a version that is compi...")
 
(+cat)
 
Line 3: Line 3:
{{Note|Debian ships with an old cURL version that can let your Sidekiq workers crash under higher load. If this happens make sure to have a version that is compiled either with --enable-threaded-resolver, or c-ares support. Preferably try to find a package, installing software directly to your system is dangerous and needs special care in maintaining it.
{{Note|Debian ships with an old cURL version that can let your Sidekiq workers crash under higher load. If this happens make sure to have a version that is compiled either with --enable-threaded-resolver, or c-ares support. Preferably try to find a package, installing software directly to your system is dangerous and needs special care in maintaining it.
More information to this issue can be found in [https://github.com/diaspora/diaspora/issues/4202 this issue]}}
More information to this issue can be found in [https://github.com/diaspora/diaspora/issues/4202 this issue]}}
[[Category:Templates]]

Latest revision as of 07:40, 16 August 2017

cURL

NoteNote:Debian ships with an old cURL version that can let your Sidekiq workers crash under higher load. If this happens make sure to have a version that is compiled either with --enable-threaded-resolver, or c-ares support. Preferably try to find a package, installing software directly to your system is dangerous and needs special care in maintaining it. More information to this issue can be found in this issue