Skip to content

Commit

Permalink
Merge pull request #457 from LoganathanSekar7627/increase-websub-resu…
Browse files Browse the repository at this point in the history
…b-delay-time-1.1.5.1

Increased resubscription delay
  • Loading branch information
ckm007 authored May 6, 2021
2 parents 9e31efa + f3b3c07 commit 8b90e35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sandbox/id-authentication-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ subscriptions-delay-on-startup=120000
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
ida-websub-resubscription-delay-secs=7200
ida-websub-resubscription-delay-secs=43200

#------ Web sub Event Topis used in IDA ---
# Topic for Auth Type Status Update Event
Expand Down
2 changes: 1 addition & 1 deletion sandbox/id-repository-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ subscription-delay-secs=120000
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
resubscription-delay-secs=7200
resubscription-delay-secs=45000
WEBSUBSECRET=test

#--------------------------Credential-Request-Generator properties ends-----------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion sandbox/kernel-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ syncdata.websub.resubscription.retry.count=3
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
syncdata.websub.resubscription.delay.secs=7200
syncdata.websub.resubscription.delay.secs=46800
# Delay (in milliseconds) for subscription on application startup to avoid failure during intent verification by hub.
subscriptions-delay-on-startup=120000
2 changes: 1 addition & 1 deletion sandbox/print-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mosip.event.topic=${mosip.partner.id}/CREDENTIAL_ISSUED
mosip.event.secret={cipher}29ef73e366406ea1e7ac1d43e8d96002c3bd814a8b8cde9a961d897f2dadede5
csrf.disabled=true
mosip.event.delay=120000
print-websub-resubscription-delay-secs=7200
print-websub-resubscription-delay-secs=48600
registration.processor.print.textfile=registration-processor-print-text-file.json

#-------------TOKEN GENERATION----------------
Expand Down
2 changes: 1 addition & 1 deletion sandbox/syncdata-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ syncdata.websub.resubscription.retry.count=3
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
syncdata.websub.resubscription.delay.secs=7200
syncdata.websub.resubscription.delay.secs=46800
# Delay (in milliseconds) for subscription on application startup to avoid failure during intent verification by hub.
subscriptions-delay-on-startup=120000

0 comments on commit 8b90e35

Please sign in to comment.