property ServerOptions.connectionsCheckingInterval Usage in Deno```typescript import { type ServerOptions } from "node:node__http.d.ts"; ``` Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. Type number | undefined