Skip to content

Commit

Permalink
0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Sep 29, 2017
1 parent 3ea5359 commit b40c2d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

0.4.7 (2017-09-30)
------------------

- Reworked watcher since it ended up using 90% CPU of the running core due to
constant re-indexing (mstat) of every file every 0.5s. Full re-index will now
only run every 10 seconds, since it's more rare that new files are added than
existing files edited. Watcher for edited existing files will still run at the
same intervals.

- Watched file types may now be specified via configuration via
``options.watcher.watched_file_endings``.


0.4.6 (2017-09-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion tomodachi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.6'
__version__ = '0.4.7'

if __name__ == "__main__":
print(__version__)

0 comments on commit b40c2d0

Please sign in to comment.