Proxy api1 status request

This commit is contained in:
Dominik Werder
2023-02-06 12:11:45 +01:00
parent c9f39d5574
commit d54c207164
10 changed files with 141 additions and 9 deletions
+2 -1
View File
@@ -796,7 +796,8 @@ impl Stream for DataApiPython3DataStream {
None,
true,
);
let perf_opts = PerfOpts { inmem_bufcap: 1024 * 4 };
warn!("fix magic inmem_bufcap");
let perf_opts = PerfOpts::default();
// TODO is this a good to place decide this?
let s = if self.node_config.node_config.cluster.is_central_storage {
info!("Set up central storage stream");