Просмотр исходного кода

Fix for core dumps on FreeBSD

Flexi_logger options for async writemode https://github.com/rustdesk/rustdesk-server/pull/232#issuecomment-1491347232
n-connect лет назад: 2
Родитель
Сommit
178ff59623
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -46,7 +46,7 @@ tungstenite = "0.17"
46 46
 regex = "1.4"
47 47
 tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
48 48
 http = "0.2"
49
-flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] }
49
+flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset", "dont_minimize_extra_stacks"] }
50 50
 ipnetwork = "0.20"
51 51
 local-ip-address = "0.5.1"
52 52
 dns-lookup = "1.0.8"