Skip to content

Commit

Permalink
Disable wal feature
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Oct 8, 2024
1 parent e3bd7fc commit aafed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/providers/capture_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CaptureProvider extends ChangeNotifier

ServerMemory? get inProgressMemory => _inProgressMemory;

bool _walFeatureEnabled = true;
bool _walFeatureEnabled = false;
IWalService get _walService => ServiceManager.instance().wal;
IDeviceService get _deviceService => ServiceManager.instance().device;

Expand Down

0 comments on commit aafed17

Please sign in to comment.