We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
33988fd
增加可配置特定指令的超时时间
public interface SendData { ... /** 特定超时时间,毫秒。大于0时才起作用,否则使用全局的 */ long timeout(); }