summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:27:18 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:27:18 +0100
commit974817ba3509b5b2c63a1f327424c9b11eb220d5 (patch)
tree083e4adbbacccb1f2d907aac7859a90a4b8c80ec
parentMerge branch 'master' of git@lj:github-explorer (diff)
parentfix (diff)
downloadgithub-explorer-974817ba3509b5b2c63a1f327424c9b11eb220d5.tar.gz
Merge branch 'master' of git@lj:github-explorer
* 'master' of git@lj:github-explorer:
  fix
-rw-r--r--lib/githubexplorer/Network.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/githubexplorer/Network.pm b/lib/githubexplorer/Network.pm
index 8e55e87..eb6253f 100644
--- a/lib/githubexplorer/Network.pm
+++ b/lib/githubexplorer/Network.pm
@@ -16,6 +16,7 @@ sub fetch_network {
     );
 
     my $edges = $api_repos->network();
+    sleep(1);
     foreach my $edge (@$edges) {
         next if $edge->{owner} eq $repos->id_profile->login;
         my $profile = $self->schema->resultset('Profiles')