Fixed bug with elasticsearch output to disable ping by default, and parametrize ping timeot
This commit is contained in:
@@ -28,9 +28,6 @@ namespace TimberWinR.ServiceHost
|
||||
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
|
||||
|
||||
|
||||
Arguments arguments = new Arguments();
|
||||
|
||||
HostFactory.Run(hostConfigurator =>
|
||||
|
||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.3.22.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.22.0")]
|
||||
[assembly: AssemblyVersion("1.3.23.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.23.0")]
|
||||
|
||||
Reference in New Issue
Block a user