Skip to content

Commit

Permalink
Merge pull request #66 from lime-company/develop
Browse files Browse the repository at this point in the history
Fixes for 0.18.0
  • Loading branch information
romanstrobl authored Mar 29, 2018
2 parents 9498863 + e90e858 commit 56aa422
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ powerauth.service.crypto.signatureValidationLookahead=20

# Database Lock Timeout Configuration
javax.persistence.lock.timeout=10000

# TODO: Workaround for Hibernate <5.2 and Oracle harmless warnings
# Disabled follow-on-locking warnings
logging.level.org.hibernate.loader.Loader=ERROR

0 comments on commit 56aa422

Please sign in to comment.