Retry in case of timeout (#35)

while gradually increasing the time limit
This commit is contained in:
Junegunn Choi
2014-07-20 02:14:15 +09:00
parent e4671eaf9e
commit 3323163e04
2 changed files with 12 additions and 6 deletions

View File

@@ -84,10 +84,11 @@ before the call.
### Options for parallel installer
| Flag | Default | Description |
| ---------------- | ------- | --------------------------------- |
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
| Flag | Default | Description |
| ---------------- | ------- | ------------------------------------ |
| `g:plug_threads` | 16 | Default number of threads to use |
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
| `g:plug_retries` | 2 | Number of retries in case of timeout |
### Keybindings