Skip to content

Commit

Permalink
Adding useSharedArrayBuffer flag as auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithyan-Dinesh-Trenser committed Nov 13, 2024
1 parent da75751 commit 1f6e0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/app/public/config/icad.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ window.config = {
showStudyList: true,
// some windows systems have issues with more than 3 web workers
maxNumberOfWebWorkers: 3,

useSharedArrayBuffer: 'AUTO',
// below flag is for performance reasons, but it might not work for all servers
omitQuotationForMultipartRequest: true,
showWarningMessageForCrossOrigin: false,
Expand Down

0 comments on commit 1f6e0a0

Please sign in to comment.