Skip to content

Commit

Permalink
Merge pull request #1381 from nextstrain/feat/web-reduce-max-nuc-markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Jan 15, 2024
2 parents 8385173 + 8f4ec58 commit 292d320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const seqMarkerFrameShiftStateAtom = atom<SeqMarkerFrameShiftState>({

export const maxNucMarkersAtom = atom<number>({
key: 'maxNucMarkers',
default: 3000,
default: 500,
effects: [persistAtom],
})

Expand Down

1 comment on commit 292d320

@vercel
Copy link

@vercel vercel bot commented on 292d320 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade-nextstrain.vercel.app
nextclade.vercel.app
nextclade-git-master-nextstrain.vercel.app

Please sign in to comment.