We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9162cdc commit 4ef8b25Copy full SHA for 4ef8b25
1 file changed
examples/tauri-app/src-tauri/src/lib.rs
@@ -12,7 +12,7 @@ pub fn run() {
12
cleanup_interval: Some(120),
13
default_compression: Some(true),
14
compression_level: Some(9),
15
- compression_threshold: Some(4096),
+ compression_threshold: Some(1024 * 1024 * 16),
16
compression_method: Some(tauri_plugin_cache::CompressionMethod::Lzma2),
17
};
18
0 commit comments