Меняем лимиты соединений к БД
This commit is contained in:
		| @@ -94,11 +94,16 @@ configs: | ||||
|           bucket: dev | ||||
|         db: | ||||
|           common-datasource-name: psql | ||||
|           camunda-datasource-name: psql-camunda | ||||
|           jdbc: | ||||
|             psql: | ||||
|               url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true | ||||
|               username: admin | ||||
|               password: admin | ||||
|             psql-camunda: | ||||
|               url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true | ||||
|               username: admin | ||||
|               password: admin | ||||
|             EWH: | ||||
|               url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true | ||||
|               username: ewh | ||||
| @@ -119,4 +124,5 @@ configs: | ||||
|  | ||||
|   hikari: | ||||
|     content: | | ||||
|       maximumPoolSize=3 | ||||
|       minimumIdle=0 | ||||
|       maximumPoolSize=12 | ||||
		Reference in New Issue
	
	Block a user