feat(*): send images from website
This commit is contained in:
@@ -3,7 +3,7 @@ import { getContext, setContext } from 'svelte';
|
||||
import type { FunctionReference, FunctionArgs, FunctionReturnType } from 'convex/server';
|
||||
|
||||
const POLLING_CONTEXT_KEY = 'convex-polling';
|
||||
const POLL_INTERVAL = 1000;
|
||||
const POLL_INTERVAL = 500;
|
||||
|
||||
type PollingContext = {
|
||||
client: ConvexHttpClient;
|
||||
|
||||
Reference in New Issue
Block a user