From 006d21576975feb2d20d6919f88c62542ab4ff30 Mon Sep 17 00:00:00 2001 From: Viktor Rozaev Date: Fri, 18 Oct 2024 12:57:05 +0200 Subject: [PATCH] fix(PathViewer): now path viewer run list command by default, because "get /" command might lead to perfomance issue [#814] --- packages/ui/src/ui/store/reducers/path-viewer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/ui/store/reducers/path-viewer/index.js b/packages/ui/src/ui/store/reducers/path-viewer/index.js index 384d522ea..074d77a0d 100644 --- a/packages/ui/src/ui/store/reducers/path-viewer/index.js +++ b/packages/ui/src/ui/store/reducers/path-viewer/index.js @@ -18,7 +18,7 @@ const ephemeralState = { const persistedState = { path: '/', attributes: '', - command: COMMAND.GET, + command: COMMAND.LIST, maxSize: '', encodeUTF8: false,