add status endpoint

This commit is contained in:
2022-01-17 16:57:32 +03:00
parent 78a00e2cab
commit 5d72852420
11 changed files with 118 additions and 16 deletions

View File

@ -57,14 +57,14 @@ me.arcanis.ffxivbis {
# ttl of cached logins
cache-timeout = 1m
}
}
default-dispatcher {
type = Dispatcher
executor = "thread-pool-executor"
thread-pool-executor {
fixed-pool-size = 16
}
throughput = 1
}
default-dispatcher {
type = Dispatcher
executor = "thread-pool-executor"
thread-pool-executor {
fixed-pool-size = 16
}
throughput = 1
}
}