DaanHoogland commented on code in PR #12518:
URL: https://github.com/apache/cloudstack/pull/12518#discussion_r2727803656


##########
server/src/main/java/com/cloud/usage/UsageServiceImpl.java:
##########
@@ -126,14 +126,25 @@ public class UsageServiceImpl extends ManagerBase 
implements UsageService, Manag
     @Inject
     private NetworkOfferingDao _networkOfferingDao;
 
+    private TimeZone usageExecutionTimeZone = TimeZone.getTimeZone("GMT");
+
+    private static final long REMOVE_RAW_USAGE_RECORDS_WINDOW_IN_MS = 15 * 60 
* 1000;

Review Comment:
   never mind, traditional magic.. :(
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to