mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
inspector should be off unless debugging
This commit is contained in:
parent
3fe7f47d8b
commit
76a0a82b24
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class MainDB {
|
|||
],
|
||||
directory: (await StackFileSystem.applicationIsarDirectory()).path,
|
||||
// inspector: kDebugMode,
|
||||
inspector: true,
|
||||
inspector: false,
|
||||
name: "wallet_data",
|
||||
maxSizeMiB: 512,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue