Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
live häälestused paremaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonupold committed Feb 15, 2017
1 parent d9b2a6a commit 415e877
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dhx.marshall-context=ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1:ee.r
#soap.security-server-appender=/cgi-bin/consumer_proxy


soap.security-server=http://192.168.1.111
soap.security-server=http://192.168.1.1
soap.xroad-instance=EE
soap.member-class=COM
soap.protocol-version=4.0
soap.member-code=10560025
soap.member-code=00000000

#prefix to search DHX adressees
#dhx-subsystem-prefix=dhx
Expand All @@ -53,9 +53,10 @@ soap.accepted-subsystems=DHX,DHX.subsystem


#template representing how many times and with how bug timeouts document will be resent.
#for example 5,10,15 means that after first failed try application will wait 5 seconds and try again.
#If second attempt fails, then there will be 10 seconds timeout before third attempt and so on
dhx.document-resend-template=15,30,150
#for example 120,900,3600 means that after first failed try application will wait 2 minutes (120 seconds) and try again.
#If second attempt fails, then there will be 15 minutes (900 seconds) timeout before third attempt and so on
dhx.document-resend-template=120,900,3600

#frequency of the address renewal. cron expression
address-renew-timeout=0 0 7 * * ?

Expand All @@ -72,7 +73,7 @@ dhx.server.special-organisations=adit,kovtp,rt,eelnoud
dhx.server.delete-old-documents=delete-all

#frequency of document deleting job. cron expression
dhx.server.delete-old-documents-freq=0 */20 * * * ?
dhx.server.delete-old-documents-freq=0 0 6 * * ?

#lifetime of the succesfully received document in days.
#after that time document will be chosen for deleting if
Expand All @@ -87,7 +88,7 @@ dhx.server.failed-document-lifetime=30
#job will find not sent documents and will start asyncronous sending,
#but if asyncronous sending after timeout did not set the result, then try to send again.
#in minutes. must be bigger than sum of the document-resend-template
dhx.resend.timeout=60
dhx.resend.timeout=120

#documents will be saved in this folder and will be referenced in Document database table
documents.folder=C:\\dhx_docs\\
Expand All @@ -106,4 +107,4 @@ spring.jpa.show-sql = true
#spring.datasource.username=dhxadapter
#spring.datasource.password=dhxadapter123
#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
#spring.datasource.type=oracle.jdbc.pool.OracleDataSource
#spring.datasource.type=oracle.jdbc.pool.OracleDataSource

0 comments on commit 415e877

Please sign in to comment.