Skip to content

Commit

Permalink
fix(PathViewer): now path viewer run list command by default, because…
Browse files Browse the repository at this point in the history
… "get /" command might lead to perfomance issue [#814]
  • Loading branch information
vrozaev authored and ma-efremoff committed Oct 18, 2024
1 parent cf2c180 commit 006d215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ui/store/reducers/path-viewer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ephemeralState = {
const persistedState = {
path: '/',
attributes: '',
command: COMMAND.GET,
command: COMMAND.LIST,
maxSize: '',

encodeUTF8: false,
Expand Down

0 comments on commit 006d215

Please sign in to comment.