aboutsummaryrefslogtreecommitdiff
path: root/lib/components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components')
-rw-r--r--lib/components/configuration.js2
1 files changed, 1 insertions, 1 deletions
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;
}
};