mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
fix: eose timeout
This commit is contained in:
@@ -2,7 +2,7 @@ import { createSignal } from 'solid-js';
|
|||||||
|
|
||||||
import { SimplePool } from 'nostr-tools';
|
import { SimplePool } from 'nostr-tools';
|
||||||
|
|
||||||
const [pool] = createSignal<SimplePool>(new SimplePool({ eoseSubTimeout: 15000 }));
|
const [pool] = createSignal<SimplePool>(new SimplePool({ eoseSubTimeout: 12000 }));
|
||||||
|
|
||||||
const usePool = () => pool;
|
const usePool = () => pool;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user