Skip to content

Commit

Permalink
Add curl command for fast-run, toast for clipboard copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Feb 16, 2022
1 parent 64dcb96 commit 27d8d0b
Show file tree
Hide file tree
Showing 9 changed files with 32,860 additions and 63 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "./urls"

const DurableObjectIdName = "WebSocketSessions"
const SessionTtl = 5 * 60 // TTL in seconds
const SessionTtl = 30 * 60 // TTL in seconds

export async function handleRequest(request: Request, env: Bindings) {
const { SESSIONS, WEBSOCKETS } = env
Expand Down
Loading

0 comments on commit 27d8d0b

Please sign in to comment.