mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
Fix for core dumps on FreeBSD
Flexi_logger options for async writemode https://github.com/rustdesk/rustdesk-server/pull/232#issuecomment-1491347232
This commit is contained in:
parent
7bbed69ad2
commit
178ff59623
@ -46,7 +46,7 @@ tungstenite = "0.17"
|
|||||||
regex = "1.4"
|
regex = "1.4"
|
||||||
tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
|
tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] }
|
flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset", "dont_minimize_extra_stacks"] }
|
||||||
ipnetwork = "0.20"
|
ipnetwork = "0.20"
|
||||||
local-ip-address = "0.5.1"
|
local-ip-address = "0.5.1"
|
||||||
dns-lookup = "1.0.8"
|
dns-lookup = "1.0.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user