List indexfiles in directories
This commit is contained in:
@@ -18,7 +18,7 @@ bytes = "1.0.1"
|
||||
pin-project = "1.0.7"
|
||||
#async-channel = "1"
|
||||
#dashmap = "3"
|
||||
tokio-postgres = { version = "0.7.2", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] }
|
||||
tokio-postgres = { version = "0.7.4", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] }
|
||||
async-channel = "1.6"
|
||||
chrono = "0.4"
|
||||
regex = "1.5.4"
|
||||
|
||||
@@ -335,8 +335,6 @@ pub async fn update_db_with_channel_names(
|
||||
let tx2 = tx.clone();
|
||||
let db_config = db_config.clone();
|
||||
let block1 = async move {
|
||||
//return Err(Error::with_msg("some test error1"));
|
||||
//tx.send(Err(Error::with_msg("some test error2"))).await?;
|
||||
let dbc = crate::create_connection(&db_config).await?;
|
||||
let node_disk_ident = get_node_disk_ident(&node_config, &dbc).await?;
|
||||
let c1 = Arc::new(RwLock::new(0u32));
|
||||
|
||||
Reference in New Issue
Block a user