Skip to content

Commit

Permalink
exit after job complete
Browse files Browse the repository at this point in the history
  • Loading branch information
srkirkland committed Dec 3, 2020
1 parent 0420b9c commit 730eef7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Namster.Jobs.ElasticSync/NamSearchUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ public void Run()
client.Bulk(b => b.IndexMany(bucket));
}

Console.WriteLine("Indexing complete, press any key to end");

Console.ReadKey();
Console.WriteLine("Indexing complete, exiting");
}
}
}
Expand Down

0 comments on commit 730eef7

Please sign in to comment.