Merge remote-tracking branch 'upstream/io' into oscar

This commit is contained in:
ASTRO:? 2024-12-31 18:17:43 +09:00
commit 836df3bf0c
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
10 changed files with 12 additions and 12 deletions

View file

@ -35,7 +35,7 @@ export class UtilityService {
@bindThis
public isUriLocal(uri: string): boolean {
return this.normalizeHost(this.config.hostname) === this.extractHost(uri);
return this.normalizeHost(this.config.host) === this.extractHost(uri);
}
@bindThis

View file

@ -8,7 +8,7 @@ services:
environment:
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_lock_on_hashtags: true
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4