mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
[vcs-log] use same dispose await time for sqlite
GitOrigin-RevId: 7c89daabb1a14061104dbff43095565021a09563
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2254b1d6e6
commit
3997f1555d
@@ -326,13 +326,6 @@ public final class VcsLogPersistentIndex implements VcsLogModifiableIndex, Dispo
|
||||
super("index", parent, unused -> {});
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int disposeLongTimeout() {
|
||||
if (SqliteVcsLogStorageBackendKt.isSqliteBackend(myBackend)) return 5000;
|
||||
|
||||
return super.disposeLongTimeout();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected @NotNull SingleTask startNewBackgroundTask() {
|
||||
ProgressIndicator indicator = myProgress.createProgressIndicator(true, INDEXING);
|
||||
|
||||
Reference in New Issue
Block a user