Merge remote-tracking branch 'upstream/io' into oscar
This commit is contained in:
commit
836df3bf0c
10 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue