Browse Source

revert unintentional checkin

David Rose 16 years ago
parent
commit
a5b78579d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin_standalone/panda3d.cxx

+ 1 - 1
direct/src/plugin_standalone/panda3d.cxx

@@ -973,7 +973,7 @@ URLGetter(P3D_instance *instance, int unique_id,
   HTTPClient *http = HTTPClient::get_global_ptr();
 
   _channel = http->make_channel(false);
-  _channel->set_download_throttle(true);
+  //  _channel->set_download_throttle(true);
   if (_post_data.empty()) {
     _channel->begin_get_document(_url);
   } else {