Skip to content

Commit

Permalink
chore: Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
robinshine committed Sep 18, 2024
1 parent 9ec7fc7 commit 882893e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ onedev.server.codeStats = {
xAxisData.push(onedev.server.codeStats.formatDay(currentDay));
currentDay++;
}
console.log(dailyLinesByLanguages["HTML"]);

var chart = echarts.init($chart[0]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class DefaultCommitInfoManager extends AbstractMultiEnvironmentManager

private static final Logger logger = LoggerFactory.getLogger(DefaultCommitInfoManager.class);

private static final int INFO_VERSION = 18;
private static final int INFO_VERSION = 17;

private static final long LOG_FILE_SIZE = 256 * 1024;

Expand Down

0 comments on commit 882893e

Please sign in to comment.