mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-23 11:09:03 +00:00
Begin work on sync...
This commit is contained in:
+3
-3
@@ -93,7 +93,7 @@ impl Garage {
|
||||
&db,
|
||||
"block_ref".to_string(),
|
||||
data_rep_param.clone(),
|
||||
);
|
||||
).await;
|
||||
let version_table = Table::new(
|
||||
VersionTable {
|
||||
background: background.clone(),
|
||||
@@ -103,7 +103,7 @@ impl Garage {
|
||||
&db,
|
||||
"version".to_string(),
|
||||
meta_rep_param.clone(),
|
||||
);
|
||||
).await;
|
||||
let object_table = Table::new(
|
||||
ObjectTable {
|
||||
background: background.clone(),
|
||||
@@ -113,7 +113,7 @@ impl Garage {
|
||||
&db,
|
||||
"object".to_string(),
|
||||
meta_rep_param.clone(),
|
||||
);
|
||||
).await;
|
||||
|
||||
let mut garage = Self {
|
||||
db,
|
||||
|
||||
Reference in New Issue
Block a user