refactor: bump client IDs by a billion so client won't conflict
This commit is contained in:
parent
91c18df5e5
commit
5072bbb718
|
@ -86,7 +86,7 @@ const decorate = compose(
|
|||
SynchronizedMixin,
|
||||
);
|
||||
|
||||
let numericUid = 1;
|
||||
let numericUid = AVOCADO_SERVER ? 1 : 1000000000;
|
||||
|
||||
export class Entity extends decorate(Resource) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user