Changed max commits loaded in the log to 1000
This commit is contained in:
parent
8b325b117a
commit
0547c2fe9a
@ -38,7 +38,7 @@ class LogManager @Inject constructor(
|
|||||||
commitList.addUncommitedChangesGraphCommit(logList.first())
|
commitList.addUncommitedChangesGraphCommit(logList.first())
|
||||||
|
|
||||||
commitList.source(walk)
|
commitList.source(walk)
|
||||||
commitList.fillTo(Int.MAX_VALUE)
|
commitList.fillTo(1000) // TODO: Limited commits to show to 1000, add a setting to let the user adjust this
|
||||||
}
|
}
|
||||||
|
|
||||||
ensureActive()
|
ensureActive()
|
||||||
|
Loading…
Reference in New Issue
Block a user