lovingcodesk
lovingcodesk
fix https://github.com/Netflix/Hystrix/issues/1998
set follow configurations for some command key: hystrix.command.fallbackcmd.execution.isolation.thread.timeoutInMilliseconds = 1000000000 hystrix.command.fallbackcmd.execution.isolation.strategy = SEMAPHORE hystrix.command.fallbackcmd.execution.isolation.semaphore.maxConcurrentRequests = 1000 hystrix.command.fallbackcmd.fallback.enabled = true hystrix.command.fallbackcmd.circuitBreaker.enabled = true when it invoke TimerReference.clear(), it does not remove...
**Describe the bug** when i start to export the slides.md in pptx ,it is happened **Minimal reproduction** Steps to reproduce the behavior: 1. Go to execute this command: slidev export...