No title Revision 313533613533 (Wed Oct 28 2009 at 14:09) - Diff Link to this snippet: https://friendpaste.com/2ztG8995onyXQGpXrFWZGd Embed: manni perldoc borland colorful default murphy trac fruity autumn bw emacs pastie friendly Show line numbers Wrap lines 1234567891011--- a/src/couchdb/couch_config.erl+++ b/src/couchdb/couch_config.erl@@ -67,7 +67,7 @@ set(Section, Key, Value) -> set(Section, Key, Value, Persist) when is_binary(Section) and is_binary(Key) -> ?MODULE:set(?b2l(Section), ?b2l(Key), Value, Persist); set(Section, Key, Value, Persist) ->- gen_server:call(?MODULE, {set, Section, Key, Value, Persist}).+ gen_server:call(?MODULE, {set, Section, Key, Value, Persist}, 60000). delete(Section, Key) when is_binary(Section) and is_binary(Key) ->