QTCreator constant disk access (pro.user file)
-
Hi,
i just recognized QT-Creator is writing the user.pro file constantly every 5 seconds or so. Is this a new behavior? The settings have not been changed and a diff just shows a new timestamp in the file. I don't think this is good practice, either it is a bug or bad habit.
QT-Creator 2.5.2 on Linux
Example diff
@$ diff Dijkstra2.pro.user Dijkstra2.pro.user.old
3c3
< <!-- Written by Qt Creator 2.5.2, 2012-08-11T12:51:06. --><!-- Written by Qt Creator 2.5.2, 2012-08-11T12:50:16. -->
@Anyone else seeing this? Was this always like that?
-
It should be every 10s... yes, we do that and I am not happy about it either. The change was introduced by some code refactoring in the 2.5 cycle IIRC.
-
Thank you for quick reply! Maybe it will be changed with the next code refactoring :)
-
Oh, it will once https://codereview.qt-project.org/#change,32965 and https://codereview.qt-project.org/#change,32965 are in...