| 7 | namespace NPar { |
| 8 | struct TParNetworkSettings { |
| 9 | TParNetworkSettings() { |
| 10 | if (GetEnv("USE_NEH") == "1") { |
| 11 | DEBUG_LOG << "USE_NEH environment variable detected" << Endl; |
| 12 | RequesterType = ERequesterType::NEH; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | enum class ERequesterType { |
| 17 | AutoDetect, |