|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
namespace svapi {
|
|
namespace svapi {
|
|
|
|
|
|
|
|
-/// DB-backed store for API keys, held in collection `_vectorapi_keys`.
|
|
|
|
|
|
|
+/// DB-backed store for API keys, held in collection `vectorapi_keys`.
|
|
|
/// All reads are served from an in-memory snapshot that is refreshed after
|
|
/// All reads are served from an in-memory snapshot that is refreshed after
|
|
|
/// every write and optionally kept live via `startWatch()`.
|
|
/// every write and optionally kept live via `startWatch()`.
|
|
|
class KeyStore {
|
|
class KeyStore {
|