switch the local databases to lmdb so they can be accessed by multiple nak instances at the same time.

This commit is contained in:
fiatjaf
2025-12-22 00:18:43 -03:00
parent 21423b4a21
commit e91d4429ec
4 changed files with 14 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ const (
CATEGORY_EXTRAS = "EXTRAS"
)
var event = &cli.Command{
var eventCmd = &cli.Command{
Name: "event",
Usage: "generates an encoded event and either prints it or sends it to a set of relays",
Description: `outputs an event built with the flags. if one or more relays are given as arguments, an attempt is also made to publish the event to these relays.