spiral-modules / roadrunner-binary

💾 High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
MIT License
44 stars 25 forks source link

[DOCS] Clarify boltdb configuration #101

Closed rustatian closed 3 years ago

rustatian commented 3 years ago

We should update comments used in the boltdb docs (kv + jobs) to not confuse users about file field. We removed dir for the path and use the file with dir together like /home/user/some/path/to/rr.db. link: https://github.com/spiral/roadrunner-plugins/issues/39

Shikachuu commented 3 years ago

Hey @rustatian, since I was the root-cause I proposed changes to the docs with a PR. Docs PR 74

rustatian commented 3 years ago

fixed by: https://github.com/spiral/roadrunner-docs/pull/74