Skip to content

Commit

Permalink
removes shutdown wait, bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Aug 13, 2015
1 parent 5515090 commit 29e4b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Projects/Examine/LuceneEngine/Providers/LuceneIndexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,6 @@ public DisposableIndexer(LuceneIndexer indexer)
[SecuritySafeCritical]
protected override void DisposeResources()
{
//Before we close everything down, we're going to give one last opportunity for outstanding operations to
// add/remove from the index
Thread.Sleep(500);

//if there are active adds, lets way/retry (5 seconds)
RetryUntilSuccessOrTimeout(() => _indexer._activeAddsOrDeletes == 0, TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(1));

Expand Down
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]


[assembly: AssemblyVersion("0.1.67.0")]
[assembly: AssemblyFileVersion("0.1.67.0")]
[assembly: AssemblyInformationalVersion("0.1.67.0")]
[assembly: AssemblyVersion("0.1.68.0")]
[assembly: AssemblyFileVersion("0.1.68.0")]
[assembly: AssemblyInformationalVersion("0.1.68.0")]

0 comments on commit 29e4b91

Please sign in to comment.