diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-10 11:27:18 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-10 11:27:18 +0100 |
| commit | 974817ba3509b5b2c63a1f327424c9b11eb220d5 (patch) | |
| tree | 083e4adbbacccb1f2d907aac7859a90a4b8c80ec /lib/githubexplorer | |
| parent | Merge branch 'master' of git@lj:github-explorer (diff) | |
| parent | fix (diff) | |
| download | github-explorer-974817ba3509b5b2c63a1f327424c9b11eb220d5.tar.gz | |
Merge branch 'master' of git@lj:github-explorer
* 'master' of git@lj:github-explorer:
fix
Diffstat (limited to '')
| -rw-r--r-- | lib/githubexplorer/Network.pm | 1 |
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') |
