Skip to content

Commit

Permalink
Merge branch 'master' into comments
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Dec 19, 2024
2 parents a206d0d + 8d24bc4 commit 0ae8b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/util/compute/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const COMPUTER_SERVER_DB_NAME = ".compute-server.syncdb";
export const SYNCDB_PARAMS = {
path: COMPUTER_SERVER_DB_NAME,
primary_keys: ["path"],
ephemeral: false,
ephemeral: true,
cursors: true,
};

Expand Down

0 comments on commit 0ae8b5d

Please sign in to comment.