Skip to content

Commit

Permalink
Merge branch 'dev' into yuhsuan/react_18_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHsuan-Hwang committed Nov 21, 2024
2 parents 582d34c + a523ee6 commit 7397ad4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docs_website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/services/BackendService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BackendService {
return BackendService.staticInstance;
}

private static readonly IcdVersion = 28;
private static readonly IcdVersion = 29;
private static readonly DefaultFeatureFlags = CARTA.ClientFeatureFlags.WEB_ASSEMBLY | CARTA.ClientFeatureFlags.WEB_GL;
private static readonly MaxConnectionAttempts = 15;
private static readonly ConnectionAttemptDelay = 1000;
Expand Down

0 comments on commit 7397ad4

Please sign in to comment.