Skip to content

Commit

Permalink
Update dub.sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Heromyth committed Feb 18, 2021
1 parent 96ddf71 commit f14df98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions config/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ database.pool.minPoolSize = 20
database.pool.maxLifetime = 2000000
database.pool.connectionTimeout = 30000


# Queue
# memory, redis
queue.driver = amqp
queue.workerThreads = 32
queue.enabled = false
queue.driver = memory

# Task
task.workerThreads = 8

# Mail
mail.smtp.host = smtp.gmail.com
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ copyright "Copyright (c) 2015-2021 HuntLabs"
homepage "https://www.huntlabs.net"
license "Apache-2.0"
targetType "executable"
dependency "hunt-framework" path="../hunt-framework-latest"
dependency "hunt-framework" version="~>3.4.1"

0 comments on commit f14df98

Please sign in to comment.