Ignore:
Timestamp:
04/28/26 14:53:32 (2 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
b373fea
Parents:
dc383dd
Message:

Added transactions and pooling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.API/appsettings.json

    rdc383dd rd300631  
    1111    "Issuer": "ChapterX",
    1212    "Audience": "ChapterX"
     13  },
     14  "ConnectionPool": {
     15    "MinPoolSize": 1,
     16    "MaxPoolSize": 20,
     17    "ConnectionIdleLifetime": 300,
     18    "ConnectionPruningInterval": 10,
     19    "CommandTimeout": 30,
     20    "Timeout": 15
    1321  }
    1422}
Note: See TracChangeset for help on using the changeset viewer.