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