Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWDJK-002U3R-9P for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 09:59:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qWDJJ-005RoE-0s for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 09:59:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWDJI-005Ro6-PI for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 09:59:28 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWDJF-000S7L-E6 for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 09:59:28 +0000 Received: from github.com (hubbernetes-node-ca0013a.ash1-iad.github.net [10.56.158.32]) by smtp.github.com (Postfix) with ESMTPA id ECD6134057D for ; Wed, 16 Aug 2023 02:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692179964; bh=WtthnyO19z/wRT3ZCmYH0tQS/r6pJxRmrcTLADht53Y=; h=Date:From:To:Subject:From; b=GOvmO0WP6CKdRi5TD0/rHE5Qw/nA3UFgNnEF1cyIAy2LrDGb28BWH+dx3Sw/Y99ps qkNm1sx1Bz1OpY9cWqQX6ARQfPg+p5k4UYBD2DOi7dSQoWN99kbx9dV1oWyGyvcvdW CL2r9dvrF7cnAmF4oUsQZSUtw6z+bugmqCrpvpmw= Date: Wed, 16 Aug 2023 02:59:23 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 34f160: Allow changing the POOL_SIZE and MAX_OVERFLOW conf... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 34f160cec77ec416a914506d0f87ee5cefcbef9f https://github.com/pgadmin-org/pgadmin4/commit/34f160cec77ec416a914506d0f87ee5cefcbef9f Author: Yogesh Mahajan Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M web/config.py M web/pgadmin/model/__init__.py M web/regression/runtests.py Log Message: ----------- Allow changing the POOL_SIZE and MAX_OVERFLOW config values of the pgAdmin config DB connection pool. #6208