Closed
Bug 547835
Opened 16 years ago
Closed 16 years ago
always round microsecond multipliers in Weave
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: telliott, Assigned: telliott)
Details
Turns out that when php does an int cast, 1.99999 == 1, so we should just use round. Need to dig up the few times we multiply and divide by 100 to define the acceptable epsilon.
| Assignee | ||
Comment 1•16 years ago
|
||
| Assignee | ||
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
+1 sr
| Assignee | ||
Comment 4•16 years ago
|
||
live in the 2/25/10 push
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•