-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make master the default base branch, drop development #38
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Block hash checking Also make sure to sync before using the file to avoid corruption on crash * Fix tests * Benchmarking blak2b/128
* Allow 0-fs to start as a daemon - also make stderr the default log output stream - add flag to enable daemon mode and pid of the daemon * vendore new dependencies
This line was removed on a previous PR.
This is to make sure that the final merge mount point has same permissions as the flist
Make sure that the rw layer has same perm as ro
* WIP: support ro flag Add code to support mounting a ro directly in that case, we don't do overlay * Make sure if wait fails we cleanly unmount * Original mode works fine * Add ro flag to cmd line interface * use go1.13 for tests
* fix connection management in redis pool The pool configuration requires to have the MaxIdle connection to a number bigger then 1 to allow to reuse connection. Without it a new connection is always created. This commit allow to have a total of 10 connection in the pool and keep 2 of them open. * Increase redis pool settings for small improvements Co-authored-by: Maxime Daniel <root@maxux.net>
* Upgrade go version in workflows - Also run `go mod tidy` * make vet happy * fix make file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.