This commit is contained in:
john
2018-11-05 10:45:39 +08:00
parent 96419afafe
commit 3a825e631c

View File

@ -43,6 +43,7 @@
1. 模板引擎增加对对象的支持(参考https://segmentfault.com/q/1010000016829214)
1. 由于系统对inotify实例数量(`fs.inotify.max_user_instances`)以及队列大小(`fs.inotify.max_user_watches`)有限制,需要改进`gfsnotify`
1. 改进gfpool在文件指针变化时的更新
1. `gfsnotify`增加添加监听文件时的监听ID返回以便调用端删除监听时只删除自己添加的监听而不影响其他对该同一文件的监听回调
# DONE