Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.9.0
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
Description
Currently codebase uses long and int to represent various timeouts, this can create confusion as the unit of time is not carried with the value. With the use of Duration this confusion is removed.