Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2496A200C3E for ; Tue, 21 Mar 2017 17:56:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 22FE1160B81; Tue, 21 Mar 2017 16:56:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8FB33160B6E for ; Tue, 21 Mar 2017 17:56:41 +0100 (CET) Received: (qmail 81885 invoked by uid 500); 21 Mar 2017 16:56:40 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 81875 invoked by uid 99); 21 Mar 2017 16:56:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2017 16:56:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7C10DDFF36; Tue, 21 Mar 2017 16:56:40 +0000 (UTC) From: DmitryZyr To: log4net-dev@logging.apache.org Reply-To: log4net-dev@logging.apache.org Message-ID: Subject: [GitHub] log4net pull request #45: Performance/user name cache Content-Type: text/plain Date: Tue, 21 Mar 2017 16:56:40 +0000 (UTC) archived-at: Tue, 21 Mar 2017 16:56:42 -0000 GitHub user DmitryZyr opened a pull request: https://github.com/apache/log4net/pull/45 Performance/user name cache Based on #28 without breaking changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/DmitryZyr/log4net performance/UserNameCache Alternatively you can review and apply these changes as the patch at: https://github.com/apache/log4net/pull/45.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #45 ---- commit e15743e44d10f110cdb4bc9413bb695556f9b74d Author: zyrainovdv Date: 2017-03-16T12:09:45Z improve performance get_UserName in LoggingEvent.cs commit c8602342272e7e7dfe4c0ea5ff80a4a8fef7ad6a Author: zyrainovdv Date: 2017-03-21T16:52:34Z increase update Identity Name interval ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---