Skip to content

Commit b62fb39

Browse files
committed
🎨 Make auto-recovery check disabled by default
1 parent 8353a18 commit b62fb39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acapy_agent/anoncreds/revocation_recovery_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def revocation_recovery_middleware(request: web.BaseRequest, handler: Coro
169169

170170
# Check if automatic revocation recovery is enabled
171171
auto_recovery_enabled = profile.settings.get_bool(
172-
"anoncreds.revocation.auto_recovery_enabled", default=True
172+
"anoncreds.revocation.auto_recovery_enabled", default=False
173173
)
174174
LOGGER.debug(
175175
"Auto recovery enabled for profile %s: %s", profile_name, auto_recovery_enabled

0 commit comments

Comments
 (0)