Skip to content

Commit

Permalink
Merge pull request #6067 from chrisrueger/update-repo-maxstale-docu
Browse files Browse the repository at this point in the history
update osgirepo max.stale description
  • Loading branch information
pkriens committed Apr 2, 2024
2 parents 883914f + 4d45b99 commit 446dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_plugins/osgirepo.md
Expand Up @@ -15,7 +15,7 @@ The class name of the plugin is `aQute.bnd.repository.osgi.OSGiRepository`. It c
| `name` | `NAME`| | The name of the repository.|
| `locations` | `STRING`| | A Comma separate list of URLs point to an OSGi Resource file.|
| `cache` | `STRING`| The workspace cache folder | The location, the downloaded bundles are stored. |
| `max.stale` | `integer` | one year | Bnd has it's own download cache. Max stale configures for how long the downloaded index file stays in the internal download cache. |
| `max.stale` | `integer` | one year | Bnd has it's own download cache. `max.stale` configures for how many _seconds_ the downloaded index file stays in the internal download cache. |
| `poll.time` | `integer` | 5 seconds | Number of seconds between checks for polls on the `index` file. If the value is negative or the workspace is in batch/CI mode, then no polling takes place. |

## Example
Expand Down

0 comments on commit 446dcdc

Please sign in to comment.