Skip to content

Commit

Permalink
Database used again
Browse files Browse the repository at this point in the history
  • Loading branch information
emilnormann committed Dec 18, 2023
1 parent 1d68a0c commit f80c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AsyncStorage.clear()
//rad asyncstorage adapter, on Android asyncstorage has 6mb limit by default
const asyncStore = asyncsStore({AsyncStorage});
let gun = Gun({
// peers: ['http://130.225.39.205:8080/gun'],
peers: ['http://130.225.39.205:8080/gun'],
store: asyncStore,
radisk: true,
localStorage: false,
Expand Down

0 comments on commit f80c9f6

Please sign in to comment.