mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Move LWW query away from OrbitList to OrbitDB. OrbitList is now just a transport layer.
This commit is contained in:
@@ -38,7 +38,7 @@ let run = (async(() => {
|
||||
console.log("---------------------------------------------------")
|
||||
console.log("Key | Value")
|
||||
console.log("---------------------------------------------------")
|
||||
console.log(items.map((e) => `${e.payload.key} | ${e.payload.value}`).join("\n"));
|
||||
console.log(items.map((e) => `${e.key} | ${e.value}`).join("\n"));
|
||||
console.log("---------------------------------------------------")
|
||||
console.log(`Query 2 #${count} took ${timer2.stop(true)} ms\n`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user