Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
NTP: reduce useless high discovery search time (#6232)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and htreu committed Sep 19, 2018
1 parent b9f129f commit a6bf915
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
public class NtpDiscovery extends AbstractDiscoveryService {

public NtpDiscovery() throws IllegalArgumentException {
super(SUPPORTED_THING_TYPES_UIDS, 10);
super(SUPPORTED_THING_TYPES_UIDS, 2);
}

@Override
Expand Down

0 comments on commit a6bf915

Please sign in to comment.