Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 slack 中的动态菜单,我的服务器会在 4-5 秒内回复结果(因为有一些计算需要一些时间),但似乎来自 slack 应用程序的请求超时时间约为 3 秒,这就是为什么在下拉它显示一条消息“找不到任何东西”。
有没有办法增加请求超时时间?
响应来自 Slack API 的请求的限制固定为 3000 毫秒。没有办法调整这个。