Skip to content

Commit

Permalink
Merge pull request #4847 from Automattic/update/domain-search-delay
Browse files Browse the repository at this point in the history
Domains: decrease search delay to 1000
  • Loading branch information
dzver committed Apr 20, 2016
2 parents 902eaf4 + a649e9d commit 3f8254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/domains/register-domain-step/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var RegisterDomainStep = React.createClass( {
placeholder={ this.translate( 'Enter a domain or keyword', { textOnly: true } ) }
autoFocus={ true }
delaySearch={ true }
delayTimeout={ 2000 }
delayTimeout={ 1000 }
/>
</div>
);
Expand Down

0 comments on commit 3f8254b

Please sign in to comment.