Skip to content

Commit

Permalink
increase surrealdb connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dricazenck committed Oct 4, 2024
1 parent ec850bd commit 6efe8b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ file:
directory: /app/data

surrealdb:
host: surrealdb
timout-seconds: 90
host: surrealdb
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ surrealdb:
host: localhost
port: 8000
tls: false
timout-seconds: 90
timout-seconds: 180
namespace: wcc
database: platform
username: root
Expand Down
3 changes: 1 addition & 2 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ file:
surrealdb:
host: localhost
namespace: test_namespace
database: test_db
timout-seconds: 80
database: test_db

0 comments on commit 6efe8b8

Please sign in to comment.