Member Junction
    Preparing search index...
    • Build the mssql config object from the current configInfo. Called from MSSQLConnection on each cold-start so it reflects the values that are present after initializeConfig() has run, not the empty defaults that may have been visible at module load time.

      Exported for unit-test access to the codegenPool.statementTimeoutMsdbRequestTimeout → 120000 precedence chain. Production code uses MSSQLConnection (which caches the resolved config + pool); this export gives tests a pure-function entry point without forcing them to mock mssql.connect.

      Returns config