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:
Charles Hall 2024-04-30 23:02:45 -07:00
parent e3c57fa83d
commit f205280520
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -216,7 +216,7 @@ fn default_address() -> IpAddr {
}
fn default_port() -> u16 {
8000
6167
}
fn default_db_cache_capacity_mb() -> f64 {