Skip to content

Commit 0be1fee

Browse files
elipozfacebook-github-bot
authored andcommitted
Added .watchmanconfig file to rocksdb repo (facebook#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: facebook#5593 Differential Revision: D16363860 Pulled By: elipoz fbshipit-source-id: 5ae221e21c6c757ceb08877771550d508f773d55
1 parent 4f7ba3a commit 0be1fee

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ make_config.mk
2424
*.vcxproj.filters
2525
*.sln
2626
*.cmake
27+
.watchmanconfig
2728
CMakeCache.txt
2829
CMakeFiles/
2930
build/

.watchmanconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"content_hash_warming": true,
3+
"content_hash_max_items": 333333,
4+
"hint_num_files_per_dir": 8,
5+
"fsevents_latency": 0.05
6+
}

0 commit comments

Comments
 (0)