Skip to content

Commit

Permalink
fix: [io]Modify the default mode for file operations in group policy …
Browse files Browse the repository at this point in the history
…to be high performance mode.

Modify the default mode for file operations in group policy to be high performance mode.

Log: Modify the default mode for file operations in group policy to be high performance mode.
Bug: https://pms.uniontech.com/bug-view-215793.html
  • Loading branch information
liyigang1 committed Aug 31, 2023
1 parent 74a28d3 commit 92d5cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/configs/org.deepin.dde.file-manager.operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"visibility":"private"
},
"file.operation.blockeverysync": {
"value":true,
"value":false,
"serial":0,
"flags":[],
"name":"Safe synchronization mode",
"name[zh_CN]":"安全同步模式",
"description[zh_CN]":"安全同步模式是拷贝到外设块设备时,每次写入执行同步到设备。高性能模式是拷贝到外设块设备时,每个任务完成后在进行同步到设备。默认是安全同步模式",
"description":"Safe synchronization mode is when copying to a peripheral block device, synchronize to the device for each write. High-performance mode is to synchronize to the device after each task is completed when copying to a peripheral block device.The default is safe synchronization mode.",
"description[zh_CN]":"安全同步模式是拷贝到外设块设备时,每次写入执行同步到设备。高性能模式是拷贝到外设块设备时,每个任务完成后在进行同步到设备。默认是高性能模式(即关闭安全同步模式)",
"description":"Safe synchronization mode is when copying to a peripheral block device, synchronize to the device for each write. High-performance mode is to synchronize to the device after each task is completed when copying to a peripheral block device.Default is high performance mode (i.e. turn off safe synchronization mode).",
"permissions":"readwrite",
"visibility":"private"
}
Expand Down

0 comments on commit 92d5cf3

Please sign in to comment.