Rename config.ini add it to .gitignore

Fixes #30
This commit is contained in:
Fabien Boucher 2013-04-19 14:29:51 +02:00
parent 643d1d1e6e
commit 95b1dece69
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ cover/
coverage.xml
doc/source/api/
.coverage*
etc/config.ini

View File

@ -19,5 +19,5 @@ index_containers_path = /tmp/swift_filler_containers_index.pkl
[concurrency]
filler_keystone_client_concurrency = 5
filler_swift_client_concurrency = 10
# This is usually bound to the max open files.
# This is usually bound to the max open files.
sync_swift_client_concurrency = 10