registry/datastore/datastore.go (
2
lines of code) (
raw
):
package datastore // ConfigSizeLimit safety limit to decide when to retrieve and cache configuration payloads on database based on their size in bytes const ConfigSizeLimit = 256000 // 256KB