Terkwood / AugustDB

Key/value store backed by LSM Tree architecture.
MIT License
8 stars 1 forks source link

fix: put memtable resizing behind genserver #93

Closed Terkwood closed 3 years ago

Terkwood commented 3 years ago

This was previously being called multiple times by different processes.

Resolves #91