Skip to content

Commit

Permalink
attempt to render 2000 children in workspace tree
Browse files Browse the repository at this point in the history
  • Loading branch information
itsibitzi committed Oct 3, 2024
1 parent 1e7101a commit 435bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/util/resourceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BasicResource, BasicResourceWithSingleBlobChild, HighlightableText, Res
import { HighlightsState } from '../types/redux/GiantState';

// safety-valve against a large flat structure slowing down the browser
export const MAX_NUMBER_OF_CHILDREN = 1100;
export const MAX_NUMBER_OF_CHILDREN = 2000;

export function hasSingleBlobChild(resource: BasicResource): resource is BasicResourceWithSingleBlobChild {
return !!(
Expand Down

0 comments on commit 435bc56

Please sign in to comment.