~ubuntu-branches/ubuntu/trusty/rabbitmq-server/trusty

« back to all changes in this revision

Viewing changes to src/rabbit_channel.erl

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2013-11-11 09:49:42 UTC
  • mfrom: (0.5.8) (0.1.44 sid)
  • Revision ID: package-import@ubuntu.com-20131111094942-23vq5tsb04eo9hzv
Tags: 3.2.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
 
178
178
refresh_config_local() ->
179
179
    rabbit_misc:upmap(
180
 
      fun (C) -> gen_server2:call(C, refresh_config) end, list_local()),
 
180
      fun (C) -> gen_server2:call(C, refresh_config, infinity) end,
 
181
      list_local()),
181
182
    ok.
182
183
 
183
184
ready_for_close(Pid) ->