You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/06/22 20:47:58 UTC

[10/10] logging-log4net git commit: increase update Identity Name interval

increase update Identity Name interval


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4ee46ecf
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4ee46ecf
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4ee46ecf

Branch: refs/heads/pr/old/45
Commit: 4ee46ecff04ed9abc55055be8e6c88ae670c10d6
Parents: 8a82ed7
Author: zyrainovdv <zy...@skbkontur.ru>
Authored: Tue Mar 21 21:52:34 2017 +0500
Committer: Dominik Psenner <dp...@apache.org>
Committed: Thu Jun 22 22:42:41 2017 +0200

----------------------------------------------------------------------
 src/Core/WindowsIdentityProvider.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4ee46ecf/src/Core/WindowsIdentityProvider.cs
----------------------------------------------------------------------
diff --git a/src/Core/WindowsIdentityProvider.cs b/src/Core/WindowsIdentityProvider.cs
index 9f6427d..55853f3 100644
--- a/src/Core/WindowsIdentityProvider.cs
+++ b/src/Core/WindowsIdentityProvider.cs
@@ -106,7 +106,7 @@ namespace log4net.Core
 		/// <summary>
 		/// Interval for current Identity Name updates.
 		/// </summary>
-		private readonly static TimeSpan s_updateCurrentIdentityNameInterval = TimeSpan.FromSeconds(1);
+		private readonly static TimeSpan s_updateCurrentIdentityNameInterval = TimeSpan.FromSeconds(15);
 
 		/// <summary>
 		/// Timer for current Identity Name updates.