Move journal2 to workspace2
This commit is contained in:
parent
eb8a0e7148
commit
f1fc07de94
5 changed files with 82 additions and 81 deletions
|
@ -37,10 +37,9 @@ pub enum IsOnlyInstance {
|
|||
}
|
||||
|
||||
pub fn ensure_only_instance() -> IsOnlyInstance {
|
||||
// todo!("zed_stateless")
|
||||
// if *db::ZED_STATELESS {
|
||||
// return IsOnlyInstance::Yes;
|
||||
// }
|
||||
if *db::ZED_STATELESS {
|
||||
return IsOnlyInstance::Yes;
|
||||
}
|
||||
|
||||
if check_got_handshake() {
|
||||
return IsOnlyInstance::No;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue