Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
refs authored and phil-davis committed Dec 15, 2020
1 parent fa477e4 commit 03a361a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog/unreleased/runtime-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Enhancement: Update OCIS Runtime

- enhances the overall behavior of our runtime
- runtime `db` file configurable
- two new env variables to deal with the runtime
- `RUNTIME_DB_FILE` and `RUNTIME_KEEP_ALIVE`
- `RUNTIME_KEEP_ALIVE` defaults to `false` to provide backwards compatibility
- if `RUNTIME_KEEP_ALIVE` is set to `true`, if a supervised process terminates the runtime will attempt to start with the same environment provided.

https://github.com/owncloud/ocis/pull/1108

0 comments on commit 03a361a

Please sign in to comment.