Skip to content

Commit

Permalink
Turn off persistToCloud since cloning strategy is probably changing
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Mar 18, 2024
1 parent d4c8e43 commit 3ab5642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ module.exports.objectsPath = objectsPath;
module.exports.beatPort = argv.udpPort || 52316;

// Whether to enable the offline clone functionality
module.exports.persistToCloud = true;
module.exports.persistToCloud = false;

module.exports.allowSecureMode = argv.secure || process.env.ALLOW_SECURE_MODE === 'true';

0 comments on commit 3ab5642

Please sign in to comment.