Skip to content

Commit 8b925df

Browse files
authored
fix gRPC timeout (#1498) (#1499)
1 parent 7b194e3 commit 8b925df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Time/ClockInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface ClockInterface
99
public const NANOS_PER_SECOND = 1_000_000_000;
1010
public const NANOS_PER_MILLISECOND = 1_000_000;
1111
public const NANOS_PER_MICROSECOND = 1_000;
12+
public const MICROS_PER_MILLISECOND = 1_000;
1213
public const MILLIS_PER_SECOND = 1_000;
1314

1415
/**

0 commit comments

Comments
 (0)