Skip to content

Commit 345d146

Browse files
committed
Replace mongodb with sqlite.
This will helpfully help run the relay server on low memory environments.
1 parent 24cf13b commit 345d146

22 files changed

+416
-1445
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ temp/
5959

6060
# java
6161
scripts/java/bin/
62-
*.jar
62+
*.jar
63+
64+
# sqlite
65+
*.sqlite

0 commit comments

Comments
 (0)