mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Note that we're not using this yet.
This commit is contained in:
@@ -52,6 +52,9 @@ export default class GitRepositoryAsync {
|
||||
this._openExactPath = options.openExactPath || false
|
||||
|
||||
this.repoPromise = this.openRepository()
|
||||
// NB: We don't currently _use_ the pooled object. But by giving it one
|
||||
// thing, we're really just serializing all the work. Down the road, we
|
||||
// could open multiple connections to the repository.
|
||||
this.repoPool = new ResourcePool([this.repoPromise])
|
||||
|
||||
this.isCaseInsensitive = fs.isCaseInsensitive()
|
||||
|
||||
Reference in New Issue
Block a user