Skip to content

Commit 5e8d9a6

Browse files
authored
#358 - Update document link (#359)
1 parent 02bcf77 commit 5e8d9a6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.0.36] - 2026-04-01
11+
12+
### Changed in 0.0.36
13+
14+
- Updated line to DB tuning document in `sz_file_loader`
15+
1016
## [0.0.35] - 2026-01-22
1117

1218
### Fixed in 0.0.35

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sz-python-tools"
3-
version = "0.0.35"
3+
version = "0.0.36"
44
description = "Senzing Python Tools"
55
authors = [{ name = "senzing", email = "support@senzing.com" }]
66
readme = "README.md"

sz_tools/sz_file_loader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def startup_info(
654654
# Skip perf check if specified on CLI args or container env var
655655
if not skip_ds_perf:
656656
max_time_per_insert = 0.5
657-
db_tune_article = "https://senzing.zendesk.com/hc/en-us/articles/360016288254-Tuning-Your-Database"
657+
db_tune_article = "https://www.senzing.com/docs/tutorials/database/database_tuning/"
658658

659659
logger.info("")
660660
logger.info("Repository Performance")

0 commit comments

Comments
 (0)