Mason
Mason
`show lists` command output is not the same with the settings
I have a test: ```json default_pool_size = 50 reserve_pool_size = 10 reserve_pool_timeout = 5 max_client_conn = 100 max_db_connections = 0 max_user_connections = 0 postgres@pg-test-1:5432/postgres=# show max_connections ; max_connections ----------------- 200...
If max_client_conn limits the global, why are there so many free_clients=103?
I did another test: Settings: ``` default_pool_size = 50 reserve_pool_size = 0 reserve_pool_timeout = 0 max_client_conn = 180 max_db_connections = 0 max_user_connections = 0 max_connections=200 (postgresql) ``` ```shell $ show...
In addition, when the sidebar is collapsed, the submenu is often cannot be selected. When the mouse is moved to the right, the submenu will closed, and it takes many...
Thanks for your reply, I will have a try with 3.6.0 version.
@chrisd8088 I upgraded to 3.6.0, but it looks like the same thing as 3.5.1. We have built git-lfs using the main branch before, so it should be similar to 3.6.0....
Sorry for the late reply. Due to privacy issues, I cannot provide a stable reproducible environment, but any debugging method you have can be operated in my local environment.
I'm sorry, this problem only occurred in one git repository in our production environment, and other repositories did not reproduce this problem, so I don't know how to build a...
It seems you didn't start by release v1.2.3, It's main branch?