# Functions
AsyncErrors controls where we log async errors into.
BucketTimesIn is the sub bucket we put our cycled hashmap into.
CycleLen sets the number of old buckets to keep around.
New creates a CycleDB to use a bolt database that cycles minNumOldBuckets buckets.
ReadMovementBacklog sets the size of the channel of read operations to rewrite.
# Type aliases
DBConfiguration are callbacks used as optional vardic parameters in New() to configure DB usage.