nostr-java icon indicating copy to clipboard operation
nostr-java copied to clipboard

Make the websocket connection timeout configurable and add to the context

Open tcheeric opened this issue 10 months ago • 0 comments

In the nostr.connection.impl.ConnectionImpl class.

Currently, it is set to 1000 ms. This might be a good default value, but we should allow clients to change it.

The value can be added in the app.properties, then added to the context. (All config attributes can be packaged as a Map<String, String> attribute in the context).

tcheeric avatar Apr 12 '24 20:04 tcheeric