# HG changeset patch # User Mads Kiilerich # Date 2016-09-19 22:39:26 # Node ID 49c82acd30b27b56f1eabd937eec73fecaf35993 # Parent 5eec79420ce3706e28f670addb7caa66ed004b2a scripts: fix X mode on code formatting scripts diff --git a/docs/usage/performance.rst b/docs/usage/performance.rst --- a/docs/usage/performance.rst +++ b/docs/usage/performance.rst @@ -37,7 +37,7 @@ Follow these few steps to improve perfor several HTTP requests are served from the same Python process at once. That can in principle give better utilization of internal caches and less process overhead. - + One danger of running multithreaded is that program execution becomes much more complex; programs must be written to consider all combinations of events and problems might depend on timing and be impossible to reproduce. diff --git a/scripts/dbmigrate-test b/scripts/dbmigrate-test old mode 100644 new mode 100755 diff --git a/scripts/generate-ini.py b/scripts/generate-ini.py old mode 100644 new mode 100755