summary refs log tree commit diff
path: root/lib/githubexplorer
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:26:42 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:26:42 +0100
commit68a230027a488cc1a684ea3bab9f352f75734c03 (patch)
treeac01f4412197b81e22d13ce6f94f8a90eba9f743 /lib/githubexplorer
parentfix (diff)
downloadgithub-explorer-68a230027a488cc1a684ea3bab9f352f75734c03.tar.gz
fix
Diffstat (limited to 'lib/githubexplorer')
-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')