rename user-id to instance-uid

This commit is contained in:
Tamo 2021-10-26 13:57:41 +02:00 committed by marin postma
parent 6b34318274
commit 76a4f86e0c
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
3 changed files with 14 additions and 9 deletions

View file

@ -169,7 +169,7 @@ impl IndexControllerBuilder {
let dump_path = self
.dump_dst
.ok_or_else(|| anyhow::anyhow!("Missing dump directory path"))?;
let analytics_path = db_path.as_ref().join("user-id");
let analytics_path = db_path.as_ref().join("instance-uid");
let dump_handle = dump_actor::DumpActorHandleImpl::new(
dump_path,
analytics_path,