forked from TrueCloudLab/restic
84dcc3c396
We've reworked calens[1] a bit, the changelog/releases file is not needed any more. Insteady, the release date is stored in the dir name which contains the changelog entries. [1] https://github.com/restic/calens
8 lines
373 B
Text
8 lines
373 B
Text
Enhancement: Allow multiple parallel idle HTTP connections
|
|
|
|
Backends based on HTTP now allow several idle connections in parallel. This
|
|
is especially important for the REST backend, which (when used with a local
|
|
server) may create a lot connections and exhaust available ports quickly.
|
|
|
|
https://github.com/restic/restic/issues/985
|
|
https://github.com/restic/restic/pull/986
|