clisbot 0.1.45-beta.3 → 0.1.45-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -83645,7 +83645,7 @@ class ProcessedEventsStore {
|
|
|
83645
83645
|
}
|
|
83646
83646
|
|
|
83647
83647
|
// src/control/runtime-supervisor.ts
|
|
83648
|
-
var SERVICE_START_TIMEOUT_MS =
|
|
83648
|
+
var SERVICE_START_TIMEOUT_MS = 30000;
|
|
83649
83649
|
function buildChannelOwnerAlertKey(params) {
|
|
83650
83650
|
return `${params.runtimeId}:${params.channel}:${params.botId}`;
|
|
83651
83651
|
}
|