diff --git a/src/main.ts b/src/main.ts index 402cf4a..6467850 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,7 @@ import type { Input } from './types.js'; import { isActorStandby } from './utils.js'; await Actor.init(); +// a bogus change Actor.on('migrating', () => { addTimeoutToAllResponses(60);