mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 15:18:14 +08:00
@ -24,7 +24,7 @@
|
||||
|
||||
public string TimeoutStrategy { get; }
|
||||
|
||||
public bool UseQos => ExceptionsAllowedBeforeBreaking > 0 && TimeoutValue > 0;
|
||||
public bool UseQos => ExceptionsAllowedBeforeBreaking > 0 || TimeoutValue > 0;
|
||||
|
||||
public string Key { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user