Skip to content

Commit 06daa35

Browse files
committed
send as milliseconds
1 parent e13ca22 commit 06daa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/mapsmessaging/stats/ServerStatsPopulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static ServerStats collect(String serverId, String serverName, String lic
2626
stats.setServerName(serverName);
2727
stats.setServerId(serverId);
2828
stats.setLicenseId(licenseId);
29-
stats.setTimestamp(System.currentTimeMillis() / 1000L);
29+
stats.setTimestamp(System.currentTimeMillis());
3030

3131
stats.setVersion(buildVersionInfo(serverVersion));
3232
stats.setMemory(buildMemoryStats());

0 commit comments

Comments
 (0)