mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
use the intended default port by default
Why was it not like this before? All the documentation and examples used this as the default port.
This commit is contained in:
parent
e3c57fa83d
commit
f205280520
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ fn default_address() -> IpAddr {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_port() -> u16 {
|
fn default_port() -> u16 {
|
||||||
8000
|
6167
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_db_cache_capacity_mb() -> f64 {
|
fn default_db_cache_capacity_mb() -> f64 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue