mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 01:20:58 +01:00
* correctly enable WAL log for sqlite this commit makes headscale correctly enable write-ahead-log for sqlite and adds an option to turn it on and off. WAL is enabled by default and should make sqlite perform a lot better, even further eliminating the need to use postgres. It also adds a couple of other useful defaults. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * update changelog Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> |
||
|---|---|---|
| .. | ||
| api_key.go | ||
| common.go | ||
| config.go | ||
| const.go | ||
| node_test.go | ||
| node.go | ||
| preauth_key.go | ||
| routes_test.go | ||
| routes.go | ||
| users.go | ||