Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
84b18b42
Commit
84b18b42
authored
1 year ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Remove constants we don't need anymore
parent
132dd609
No related branches found
No related tags found
1 merge request
!141
npm package config
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/constants.ts
+1
-4
1 addition, 4 deletions
src/constants.ts
with
1 addition
and
4 deletions
src/constants.ts
+
1
−
4
View file @
84b18b42
export
const
XXDK_PATH
=
'
/integrations/assets/xxdk.wasm
'
;
export
const
STATE_PATH
=
'
speakeasyapp
'
;
export
const
STATE_PATH
=
'
speakeasyapp
'
;
export
const
CHANNELS_STORAGE_TAG
=
'
ELIXXIR_USERS_TAGS
'
;
export
const
CHANNELS_STORAGE_TAG
=
'
ELIXXIR_USERS_TAGS
'
;
export
const
DMS_DATABASE_NAME
=
'
DMS_DATABASE_NAME
'
;
export
const
DMS_DATABASE_NAME
=
'
DMS_DATABASE_NAME
'
;
...
@@ -8,8 +7,6 @@ export const CMIX_INITIALIZATION_KEY = 'cmixPreviouslyInitialized';
...
@@ -8,8 +7,6 @@ export const CMIX_INITIALIZATION_KEY = 'cmixPreviouslyInitialized';
export
const
PIN_MESSAGE_LENGTH_MILLISECONDS
=
1.814
e
+
9
export
const
PIN_MESSAGE_LENGTH_MILLISECONDS
=
1.814
e
+
9
export
const
MAXIMUM_PAYLOAD_BLOCK_SIZE
=
725
;
export
const
MAXIMUM_PAYLOAD_BLOCK_SIZE
=
725
;
export
const
CHANNELS_WORKER_JS_PATH
=
'
/integrations/assets/channelsIndexedDbWorker.js
'
;
export
const
DMS_WORKER_JS_PATH
=
'
/integrations/assets/dmIndexedDbWorker.js
'
;
export
const
MESSAGE_LEASE
=
30000
;
export
const
MESSAGE_LEASE
=
30000
;
export
const
CMIX_NETWORK_READINESS_THRESHOLD
=
0.1
;
export
const
CMIX_NETWORK_READINESS_THRESHOLD
=
0.1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment