Skip to content

Commit

Permalink
[ui/config] remove unused default
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 26, 2016
1 parent aa030d7 commit b333c51
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ui/public/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,5 @@ export default function configDefaultsProvider() {
description: 'The time in milliseconds which an information notification ' +
'will be displayed on-screen for. Setting to Infinity will disable.'
},
'url:warnLength': {
value: 1900,
description: `
When the application url reaches this length we will start warning about
potential issues. Internet Explorer supports urls up to
<a href="https://support.microsoft.com/en-us/kb/208427">2,083 characters</a> long.
If IE compatibility is not important this can probably be disabled (set to 0).
`,
},
};
};

0 comments on commit b333c51

Please sign in to comment.