X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/362f91160b243453578633e3f9af67ce40179d8c..2b9badac1345c865c34097bc5d1699329b53fdc8:/lib/components/configuration.js diff --git a/lib/components/configuration.js b/lib/components/configuration.js index ddb4a27..78065c3 100644 --- a/lib/components/configuration.js +++ b/lib/components/configuration.js @@ -4,6 +4,6 @@ export default class Configuration extends Component { constructor(config) { super(config); - this.lineLength = this.lineLength || 1000; + this.lineLength = this.lineLength || 500; } };