Skip to content

Commit 0ae227f

Browse files
committed
#486 increasing threshold
1 parent 98dd858 commit 0ae227f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/instantiation/NetPyNEInstantiated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class NetPyNEInstantiated extends React.Component {
141141
: (this.props.theme === THEMES.LIGHT ? canvasBgLight : bgRegular)
142142
}
143143
onSelection={this.onSelection}
144-
linesThreshold="5000"
144+
linesThreshold="10000"
145145
/>
146146
</div>
147147
);

0 commit comments

Comments
 (0)