Added .watchmanconfig file to rocksdb repo (#5593)
Summary: Added .watchmanconfig file to rocksdb repo. It is currently .gitignored. This allows to auto sync modified files with watchman when editing them remotely. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5593 Differential Revision: D16363860 Pulled By: elipoz fbshipit-source-id: 5ae221e21c6c757ceb08877771550d508f773d55main
parent
4f7ba3aaed
commit
0be1feec21
@ -0,0 +1,6 @@ |
||||
{ |
||||
"content_hash_warming": true, |
||||
"content_hash_max_items": 333333, |
||||
"hint_num_files_per_dir": 8, |
||||
"fsevents_latency": 0.05 |
||||
} |
Loading…
Reference in new issue