mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
these were occaisionally referenced elsewhere in the codebase - in all but one case, there were workarounds that are actually better I think. In the one case there wasn't I created a single top level DefaultConfig object which is instantiated with all the default values and can be referred to if necessary. There was a bug in fragment.go with the way MaxWritesPerRequest was treated if it was 0. Elsewhere, 0 meant no limit, but here, it would have caused a division by 0. Changed the default metrics provider from "nop" to "none", although "nop" will still work. Previously, any value other than "statsd" or "expvar" was treated as "nop", but I've changed this behavior to return an error if an invalid string is provided. I think this is better behavior, because in the case that someone bothered to change the default, they were probably interested in actually getting stats, and might be annoyed when it silently failed. |
||
|---|---|---|
| .. | ||
| administration.md | ||
| api-reference.md | ||
| architecture.md | ||
| client-libraries.md | ||
| configuration.md | ||
| data-model.md | ||
| examples.md | ||
| faq.md | ||
| getting-started.md | ||
| glossary.md | ||
| input-definition.md | ||
| installation.md | ||
| introduction.md | ||
| pdk.md | ||
| query-language.md | ||
| README.md | ||
| tutorials.md | ||
| webui.md | ||
Pilosa docs are maintained here, to stay in sync with the codebase. The format is Blackfriday markdown, with some Hugo front matter.
Please visit our website to view the docs complete with styles, diagrams, and comprehensive search.
Have you found a discrepancy, typo, or other problem? Please submit an issue or a pull request!