Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OUTPUT_LANGUAGE = 'ja'
EXPLAIN_ENABLED = 'Y'

# 中間ファイルの保持
DEBUG_ENABLED = 'Y'
DEBUG_ENABLED = 'N'

# 反復的な最適化試行回数
MAX_OPTIMIZATION_ATTEMPTS = 2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OUTPUT_LANGUAGE = 'ja'
EXPLAIN_ENABLED = 'Y'

# Preserve intermediate files if 'Y'
DEBUG_ENABLED = 'Y'
DEBUG_ENABLED = 'N'

# Max number of iterative optimization attempts
MAX_OPTIMIZATION_ATTEMPTS = 2
Expand Down
2 changes: 1 addition & 1 deletion query_profiler_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
EXPLAIN_ENABLED = 'Y'

# 🐛 Debug mode setting (DEBUG_ENABLED: 'Y' = keep intermediate files, 'N' = keep final files only)
DEBUG_ENABLED = 'Y'
DEBUG_ENABLED = 'N'

# Register a robust cleanup to ensure text files are removed when DEBUG is disabled
try:
Expand Down