diff --git a/app/durableObjects/ChatRoom.server.ts b/app/durableObjects/ChatRoom.server.ts index 521f9d3e..9389afaa 100644 --- a/app/durableObjects/ChatRoom.server.ts +++ b/app/durableObjects/ChatRoom.server.ts @@ -36,10 +36,6 @@ export class ChatRoom extends Server { this.db = getDb(this) } - static options = { - hibernate: true, - } - // a small typesafe wrapper around connection.send sendMessage(connection: Connection, message: M) { connection.send(JSON.stringify(message))