Re-enabling pooled HTTP clones/pulls

pmeunier
Dec 18, 2023, 6:28 PM
CC7P6M6TWTXLLDBSM63YGLKZEKFGRDN4M4EONSWH24KZ4QEOCOBAC

Dependencies

  • [2] LZOGKBJX new command `pijul client` for authenticating to a HTTP server
  • [3] FBXYP7QM Forgot to add remote::http
  • [4] IQ4FCHPZ HTTP connections: pooling + retry on error

Change contents

  • replacement in pijul/src/remote/http.rs at line 139
    [3.1406][2.986:1014]()
    const POOL_SIZE: usize = 1;
    [3.1406]
    [3.209]
    const POOL_SIZE: usize = 20;