feat: persist fast transfer sessions

This commit is contained in:
ngfchl
2026-07-18 11:46:31 +08:00
parent ae7206346e
commit b46a09c3ee
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ class StorageKeys {
'guangya.fastTransferConcurrency';
static const String fileCacheTTLMinutes = 'guangya.fileCacheTTLMinutes';
static const String defaultFilePageSize = 'guangya.defaultFilePageSize';
static const String fastTransferSession = 'guangya.fastTransferSession';
}
class StorageManager {