v1.0.3 - From remote
This commit is contained in:
1
nips
1
nips
Submodule nips deleted from 8c45ff5d96
Submodule nostr_core_lib updated: a8dc2ed046...f3068f82f3
@@ -12,8 +12,8 @@
|
||||
// Version information (auto-updated by build system)
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION "v1.0.2"
|
||||
#define VERSION_PATCH 3
|
||||
#define VERSION "v1.0.3"
|
||||
|
||||
// Relay metadata (authoritative source for NIP-11 information)
|
||||
#define RELAY_NAME "C-Relay"
|
||||
|
||||
@@ -1260,7 +1260,7 @@ static struct lws_protocols protocols[] = {
|
||||
"nostr-relay-protocol",
|
||||
nostr_relay_callback,
|
||||
sizeof(struct per_session_data),
|
||||
4096, // rx buffer size
|
||||
65536, // rx buffer size
|
||||
0, NULL, 0
|
||||
},
|
||||
{ NULL, NULL, 0, 0, 0, NULL, 0 } // terminator
|
||||
|
||||
Reference in New Issue
Block a user