932713349 commented on issue #5282:
URL: https://github.com/apache/shenyu/issues/5282#issuecomment-2464240969

   > it is because in 2.6.0 hystrix plugin set timeout = 3000ms as a constant. 
and you also cannot change this value by using BasicConifg -> PluginHandle, the 
plugin handle you added in hystrix plugin doesn't work! it seems that hystrix's 
plugin handle are all const 
(https://github.com/apache/shenyu-dashboard/blob/2.6.0/src/routes/Plugin/PluginRuleHandle/HystrixRuleHandle.js).
 if you want to modify the timeout param, you should change the source js 
,rebuild and replace the js in shenyu-admin/src/main/resources/static/ 
(https://github.com/apache/shenyu-dashboard)
   
   
   i found shenyu-dashbord V2.6.1 
js(https://github.com/apache/shenyu-dashboard/blob/2.6.1/src/routes/Plugin/PluginRuleHandle/HystrixRuleHandle.js)
 had fix this timeout param missing problem. so i replace the 
shenyu-admin/src/main/resources/static/ index*.js by 
V2.6.1(https://github.com/apache/shenyu/blob/v2.6.1/shenyu-admin/src/main/resources/static/index.7b7196e2.js).
 
   timeout can be modified!
   
   
![image](https://github.com/user-attachments/assets/72f66028-8df9-4143-9239-bb592a8137d6)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to