mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Merge revision 5c00341c2b
into multi-project
This commit is contained in:
commit
680e7a6979
315 changed files with 11381 additions and 4339 deletions
|
@ -23,6 +23,7 @@ public class TimeValue implements Comparable<TimeValue> {
|
|||
public static final TimeValue MAX_VALUE = new TimeValue(Long.MAX_VALUE, TimeUnit.NANOSECONDS);
|
||||
public static final TimeValue THIRTY_SECONDS = new TimeValue(30, TimeUnit.SECONDS);
|
||||
public static final TimeValue ONE_MINUTE = new TimeValue(1, TimeUnit.MINUTES);
|
||||
public static final TimeValue ONE_HOUR = new TimeValue(1, TimeUnit.HOURS);
|
||||
|
||||
private static final long C0 = 1L;
|
||||
private static final long C1 = C0 * 1000L;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue