Opened 15 years ago
Closed 14 years ago
#1354 closed defect (fixed)
GetSiteInfo is returning bad values for AverageOperationTime and TotalOperationTime
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | Site Service | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The GetSiteInfo request is returning bad values (sometimes negative) for AverageOperationTime and TotalOperationTime.
According to the schema:
- AverageOperationTime should be in milliseconds
- TotalOperationTime should be in seconds
Change History (7)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Summary: | GetSiteInfo is returing bad values for AverageOperationTime and TotalOperationTime → GetSiteInfo is returning bad values for AverageOperationTime and TotalOperationTime |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Updated GetAverageOperationTime to INT64 to match rest of code
sandbox/adsk/2.1 r4869
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed. sandbox/adsk/2.1 r4857